diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 02:08:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 02:08:55 -0300 |
commit | 021d52b13240ca4b66ecca62ae4f6d58bb9a902b (patch) | |
tree | c6afd64907a0099811fb7cfc44690289306e3cab /maps/006-0.tmx | |
parent | bc235515660baecfccea89ca825c5045eb6598e7 (diff) | |
download | clientdata-021d52b13240ca4b66ecca62ae4f6d58bb9a902b.tar.gz clientdata-021d52b13240ca4b66ecca62ae4f6d58bb9a902b.tar.bz2 clientdata-021d52b13240ca4b66ecca62ae4f6d58bb9a902b.tar.xz clientdata-021d52b13240ca4b66ecca62ae4f6d58bb9a902b.zip |
Incorporate a couple tilesets
Diffstat (limited to 'maps/006-0.tmx')
-rw-r--r-- | maps/006-0.tmx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/maps/006-0.tmx b/maps/006-0.tmx index bef492ea..e29ec779 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.tmx @@ -8,8 +8,12 @@ <property name="name" value="Candor's Underground, B1F"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/collision.tsx"/> - <tileset firstgid="10" source="../graphics/tilesets/cave.tsx"/> - <tileset firstgid="138" source="../graphics/tilesets/arena.tsx"/> + <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="arena" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/arena.png" width="512" height="512"/> + </tileset> <tileset firstgid="394" name="warp_gates" tilewidth="32" tileheight="96" tilecount="15" columns="15"> <image source="../graphics/tilesets/lof/warp_gates.png" width="480" height="96"/> </tileset> |