diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-20 19:52:50 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-20 19:52:50 +0000 |
commit | 2c0384a3c676f244bb0f0253a5f613e8b1973810 (patch) | |
tree | 5cdef25c8af1e78426c856ae631e820da7dfaa4c | |
parent | 588f979c1b9ada1112299618d432f52e4979b98d (diff) | |
download | clientdata-2c0384a3c676f244bb0f0253a5f613e8b1973810.tar.gz clientdata-2c0384a3c676f244bb0f0253a5f613e8b1973810.tar.bz2 clientdata-2c0384a3c676f244bb0f0253a5f613e8b1973810.tar.xz clientdata-2c0384a3c676f244bb0f0253a5f613e8b1973810.zip |
manual tile fix 004-2-6.tmx
-rw-r--r-- | maps/004-2-6.tmx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/maps/004-2-6.tmx b/maps/004-2-6.tmx index fa0a303f..c06f0a38 100644 --- a/maps/004-2-6.tmx +++ b/maps/004-2-6.tmx @@ -5,9 +5,15 @@ <property name="music" value="cavesong.ogg"/> <property name="name" value="Hideout"/> </properties> - <tileset firstgid="1" source="../../clientdata/graphics/tilesets/collision.tsx"/> - <tileset firstgid="10" source="../../clientdata/graphics/tilesets/cave.tsx"/> - <tileset firstgid="138" source="../../clientdata/graphics/tilesets/cave_x2.tsx"/> + <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> + <image source="../graphics/tilesets/collision.png" width="96" height="96"/> + </tileset> + <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> + <image source="../graphics/tilesets/cave.png" width="512" height="256"/> + </tileset> + <tileset firstgid="138" name="cave_x2" tilewidth="32" tileheight="64" tilecount="16" columns="16"> + <image source="../graphics/tilesets/cave_x2.png" width="512" height="64"/> + </tileset> <layer id="23" name="Ground1" width="116" height="63"> <data encoding="csv"> 30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30, |