diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-10-22 22:52:22 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 15:16:22 +0100 |
commit | e65d27d807b84c7a222205903a84131c2e58dc9c (patch) | |
tree | f46cf1570d1ff00464217a572c93dd68d2be4492 /rules/example_mountain.tmx | |
parent | 2fc26b12ea5f3decb32425fac565c8f3c4db85be (diff) | |
download | clientdata-e65d27d807b84c7a222205903a84131c2e58dc9c.tar.gz clientdata-e65d27d807b84c7a222205903a84131c2e58dc9c.tar.bz2 clientdata-e65d27d807b84c7a222205903a84131c2e58dc9c.tar.xz clientdata-e65d27d807b84c7a222205903a84131c2e58dc9c.zip |
rules
Diffstat (limited to 'rules/example_mountain.tmx')
-rw-r--r-- | rules/example_mountain.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/example_mountain.tmx b/rules/example_mountain.tmx index eb2da987..7021ef5a 100644 --- a/rules/example_mountain.tmx +++ b/rules/example_mountain.tmx @@ -16,12 +16,12 @@ <image source="../graphics/tiles/cave.png" width="512" height="256"/> </tileset> <tileset firstgid="394" name="set" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_cave.png" width="64" height="64"/> + <image source="../graphics/tiles/set_cave.png" width="256" height="256"/> </tileset> - <tileset firstgid="398" name="icecave" tilewidth="32" tileheight="32"> + <tileset firstgid="458" name="icecave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/icecave.png" width="512" height="256"/> </tileset> - <tileset firstgid="526" name="set_icecave" tilewidth="32" tileheight="32"> + <tileset firstgid="586" name="set_icecave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/set_icecave.png" width="64" height="64"/> </tileset> <layer name="Underground" width="32" height="32"> |