diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 20:07:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 20:07:37 -0300 |
commit | 2294b0a9f92cdb991aa3ebb82fedd0be9fa2f16c (patch) | |
tree | a3f4a501c9f4ba445890fef1dcaec99a93a4a36f /graphics/tilesets | |
parent | f1dd141615d6e6dd5f1d25b668f8f4ec28b93752 (diff) | |
download | clientdata-2294b0a9f92cdb991aa3ebb82fedd0be9fa2f16c.tar.gz clientdata-2294b0a9f92cdb991aa3ebb82fedd0be9fa2f16c.tar.bz2 clientdata-2294b0a9f92cdb991aa3ebb82fedd0be9fa2f16c.tar.xz clientdata-2294b0a9f92cdb991aa3ebb82fedd0be9fa2f16c.zip |
Bandit Cave. I did not changed layout, but I did changed a little warp and monsters
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/cave_ani_wetwall.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/mushrooms.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/cave_ani_wetwall.tsx b/graphics/tilesets/cave_ani_wetwall.tsx index 2256b2e9..289ca85e 100644 --- a/graphics/tilesets/cave_ani_wetwall.tsx +++ b/graphics/tilesets/cave_ani_wetwall.tsx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave_ani_wetwall" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave_ani_wetwall.png" width="512" height="512"/> + <image source="cave_ani_wetwall.png" width="512" height="512"/> <tile id="0"> <properties> <property name="animation-delay0" value="10"/> diff --git a/graphics/tilesets/mushrooms.tsx b/graphics/tilesets/mushrooms.tsx index f10f4bef..ad99bc22 100644 --- a/graphics/tilesets/mushrooms.tsx +++ b/graphics/tilesets/mushrooms.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="mushrooms" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/mushrooms.png" width="640" height="224"/> + <image source="mushrooms.png" width="640" height="224"/> </tileset> |