diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-23 01:36:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-23 01:36:07 -0300 |
commit | 850fc166981c6bcd469604982e839a40935f463a (patch) | |
tree | 316dbb8fcb299d2a56d0e95dc8747a57433e2835 /maps/003-1-2.tmx | |
parent | 61fce23e4cc38568dd2dd0619f1be31933e7ee17 (diff) | |
download | clientdata-850fc166981c6bcd469604982e839a40935f463a.tar.gz clientdata-850fc166981c6bcd469604982e839a40935f463a.tar.bz2 clientdata-850fc166981c6bcd469604982e839a40935f463a.tar.xz clientdata-850fc166981c6bcd469604982e839a40935f463a.zip |
Remove some unused stuff
Diffstat (limited to 'maps/003-1-2.tmx')
-rw-r--r-- | maps/003-1-2.tmx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/maps/003-1-2.tmx b/maps/003-1-2.tmx index 56d07dac..4a1bfbcf 100644 --- a/maps/003-1-2.tmx +++ b/maps/003-1-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="37"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="37"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -13,8 +13,12 @@ <tileset firstgid="10" name="Indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/woodland_indoor.png" width="512" height="512"/> </tileset> - <tileset firstgid="266" source="../graphics/tilesets/desert2.tsx"/> - <tileset firstgid="522" source="../graphics/tilesets/desert_castle.tsx"/> + <tileset firstgid="266" name="desert2" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/desert2.png" width="512" height="512"/> + </tileset> + <tileset firstgid="522" name="desert_castle" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/desert_castle.png" width="512" height="512"/> + </tileset> <layer id="1" name="Ground1" width="70" height="68"> <data encoding="csv"> 58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58, |