forked from fallahn/tmxlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.tmx
More file actions
21 lines (21 loc) · 838 Bytes
/
Copy pathdemo.tmx
File metadata and controls
21 lines (21 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="15" height="8" tilewidth="64" tileheight="64" nextobjectid="1">
<tileset firstgid="1" name="tileset" tilewidth="64" tileheight="64" tilecount="42" columns="6">
<image source="images/tilemap/tileset.png" width="384" height="448"/>
</tileset>
<layer name="Tile Layer 1" width="15" height="8">
<data encoding="base64" compression="zlib">
eJxjYBj6gBeIeZAwH5H6OIFYBQvmooEbBwoAAO2gAQc=
</data>
</layer>
<layer name="Tile Layer 2" width="15" height="8">
<data encoding="base64" compression="zlib">
eJxjYBhcgIUCvcxIbH5KHTJMAAAZ1AAX
</data>
</layer>
<layer name="Tile Layer 3" width="15" height="8">
<data encoding="base64" compression="zlib">
eJxjYBjaQBCIBaCYG4k9CiAAAGXcAF0=
</data>
</layer>
</map>