diff options
author | Reid <reidyaro@gmail.com> | 2012-04-04 21:33:09 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-04 21:34:04 +0200 |
commit | 723f7db872b680999a33d6c37d117f8d152d7d0f (patch) | |
tree | 488ad3d2c93984ac4abf273af3c2d6581dd306eb /maps/000-2-1.tmx | |
parent | b942f3e0b38e84a495ffa7601df91c994ced73b2 (diff) | |
download | clientdata-723f7db872b680999a33d6c37d117f8d152d7d0f.tar.gz clientdata-723f7db872b680999a33d6c37d117f8d152d7d0f.tar.bz2 clientdata-723f7db872b680999a33d6c37d117f8d152d7d0f.tar.xz clientdata-723f7db872b680999a33d6c37d117f8d152d7d0f.zip |
Change location of Box and Shadow tileset from tiles/ to tiles/Indoor/
Diffstat (limited to 'maps/000-2-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 99ba11dc..f1fffe19 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -110,7 +110,7 @@ </tile> </tileset> <tileset firstgid="407" name="Box" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Box.png" width="128" height="160"/> + <image source="../graphics/tiles/Indoor/Box.png" width="128" height="160"/> </tileset> <tileset firstgid="427" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Collision.png" width="64" height="64"/> |