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-0-0.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-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index e44bda54..f10dd10b 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -12,10 +12,10 @@ <image source="../graphics/tiles/Indoor/Village-indoor2.png" width="512" height="512"/> </tileset> <tileset firstgid="385" name="Shadow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Shadow.png" width="160" height="160"/> + <image source="../graphics/tiles/Indoor/Shadow.png" width="160" height="160"/> </tileset> <tileset firstgid="410" 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="430" name="Collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Collision.png" width="64" height="64"/> |