diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/minimaps/015-2.png | bin | 0 -> 14075 bytes | |||
-rw-r--r-- | graphics/tilesets/cave_ani_wetwall.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/mushrooms.tsx | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/graphics/minimaps/015-2.png b/graphics/minimaps/015-2.png Binary files differnew file mode 100644 index 00000000..8be53f79 --- /dev/null +++ b/graphics/minimaps/015-2.png 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> |