Skip to content

Commit 2db5322

Browse files
committed
moved external graphics to separate directory
1 parent 6f3f238 commit 2db5322

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

data/maps/example.tmx

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<image source="../tilesets/tileset01.png" width="128" height="352"/>
55
</tileset>
66
<tileset firstgid="45" name="walkable" tilewidth="32" tileheight="32">
7-
<image source="../tilesets/overlay.png" width="32" height="32"/>
7+
<image source="../external/tilesets/overlay.png" width="32" height="32"/>
88
</tileset>
99
<tileset firstgid="46" name="Woman 2" tilewidth="32" tileheight="32">
1010
<image source="../charsets/woman2.png" width="96" height="128"/>
@@ -13,13 +13,13 @@
1313
<image source="../tilesets/tileset03.png" width="128" height="256"/>
1414
</tileset>
1515
<tileset firstgid="90" name="stone" tilewidth="32" tileheight="32">
16-
<image source="../tilesets/stone.gif" width="32" height="64"/>
16+
<image source="../external/tilesets/stone.gif" width="32" height="64"/>
1717
</tileset>
1818
<tileset firstgid="92" name="misc" tilewidth="32" tileheight="32">
19-
<image source="../tilesets/misc.gif" width="256" height="256"/>
19+
<image source="../external/tilesets/misc.gif" width="256" height="256"/>
2020
</tileset>
2121
<tileset firstgid="156" name="statue" tilewidth="32" tileheight="32">
22-
<image source="../tilesets/statue.gif" width="74" height="66"/>
22+
<image source="../external/tilesets/statue.gif" width="74" height="66"/>
2323
</tileset>
2424
<layer name="ground" width="32" height="32">
2525
<data encoding="base64" compression="zlib">

data/maps/example2.tmx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<map version="1.0" orientation="orthogonal" width="20" height="20" tilewidth="32" tileheight="32">
33
<tileset firstgid="1" name="tileset02" tilewidth="32" tileheight="32">
4-
<image source="../tilesets/tileset02.png" width="512" height="64"/>
4+
<image source="../external/tilesets/tileset02.png" width="512" height="64"/>
55
</tileset>
66
<tileset firstgid="33" name="overlay" tilewidth="32" tileheight="32">
7-
<image source="../tilesets/overlay.png" width="32" height="32"/>
7+
<image source="../external/tilesets/overlay.png" width="32" height="32"/>
88
</tileset>
99
<tileset firstgid="34" name="tileset03" tilewidth="32" tileheight="32">
1010
<image source="../tilesets/tileset03.png" width="128" height="256"/>
1111
</tileset>
1212
<tileset firstgid="66" name="tree" tilewidth="32" tileheight="32">
13-
<image source="../tilesets/tree.gif" width="64" height="96"/>
13+
<image source="../external/tilesets/tree.gif" width="64" height="96"/>
1414
</tileset>
1515
<tileset firstgid="72" name="oldtree" tilewidth="32" tileheight="32">
16-
<image source="../tilesets/oldtree.gif" width="64" height="64"/>
16+
<image source="../external/tilesets/oldtree.gif" width="64" height="64"/>
1717
</tileset>
1818
<tileset firstgid="76" name="man3" tilewidth="32" tileheight="32">
1919
<image source="../charsets/man3.png" width="96" height="128"/>

0 commit comments

Comments
 (0)