diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-05 09:31:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-05 09:31:19 -0300 |
commit | b909ffd913ab11e28aadaf61d0015e467b2d2fc6 (patch) | |
tree | c1c90ff8bfeeacd72474622106820d583dd344ed /maps/020-1.tmx | |
parent | a145700148a8062467198b564aacdc2af3b33708 (diff) | |
download | clientdata-b909ffd913ab11e28aadaf61d0015e467b2d2fc6.tar.gz clientdata-b909ffd913ab11e28aadaf61d0015e467b2d2fc6.tar.bz2 clientdata-b909ffd913ab11e28aadaf61d0015e467b2d2fc6.tar.xz clientdata-b909ffd913ab11e28aadaf61d0015e467b2d2fc6.zip |
Remove a few TSX from maps
Diffstat (limited to 'maps/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 22120925..137963a1 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -40,7 +40,9 @@ <property name="overlay6scrollX" value="0.2"/> <property name="overlay6scrollY" value="0.1"/> </properties> - <tileset firstgid="1" source="../graphics/tilesets/collision.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" source="../graphics/tilesets/snow2.tsx"/> <tileset firstgid="266" source="../graphics/tilesets/snow_x2.tsx"/> <tileset firstgid="282" source="../graphics/tilesets/snow_tree_x3.tsx"/> |