diff options
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"> |