diff options
Diffstat (limited to 'maps/011-3.tmx')
-rw-r--r-- | maps/011-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/011-3.tmx b/maps/011-3.tmx index dde15318..348d371f 100644 --- a/maps/011-3.tmx +++ b/maps/011-3.tmx @@ -8,13 +8,13 @@ <property name="overlay0keepratio" value="true"/> <property name="overlay0parallax" value="0.0"/> </properties> - <tileset firstgid="1" name="Cave" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png" trans="ff00ff" width="512" height="256"/> </tileset> - <tileset firstgid="129" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="129" name="collision" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/collision.png" trans="ff00ff" width="64" height="32"/> </tileset> - <tileset firstgid="131" name="Cave x2" tilewidth="32" tileheight="64"> + <tileset firstgid="131" name="cave_x2" tilewidth="32" tileheight="64"> <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/> </tileset> <layer name="Ground" width="60" height="60"> |