diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-30 22:29:57 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-30 22:29:57 +0200 |
commit | 10ac448955447d019dd48f59b5e16a845c465473 (patch) | |
tree | 387ecf41020a466ef01c9f44fce9dbbd1dc88f44 /maps/000-1.tmx | |
parent | ab70ffebdf8e1f68823a4a97b2f63b0e95fa0633 (diff) | |
download | clientdata-10ac448955447d019dd48f59b5e16a845c465473.tar.gz clientdata-10ac448955447d019dd48f59b5e16a845c465473.tar.bz2 clientdata-10ac448955447d019dd48f59b5e16a845c465473.tar.xz clientdata-10ac448955447d019dd48f59b5e16a845c465473.zip |
Organised the names of the tilesets inside the .tmx files.
Diffstat (limited to 'maps/000-1.tmx')
-rw-r--r-- | maps/000-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index ce9a4b63..d009f1d5 100644 --- a/maps/000-1.tmx +++ b/maps/000-1.tmx @@ -40,7 +40,7 @@ <tileset firstgid="1066" name="Tree x4x5" tilewidth="128" tileheight="160" tilecount="1" columns="1"> <image source="../graphics/tilesets/tree-x4x5.png" width="128" height="160"/> </tileset> - <tileset firstgid="1067" name="Heights Number" tilewidth="32" tileheight="32" tilecount="16" columns="16"> + <tileset firstgid="1067" name="Height Numbers" tilewidth="32" tileheight="32" tilecount="16" columns="16"> <image source="../graphics/tilesets/level-number.png" width="512" height="32"/> </tileset> <layer name="Ground" width="120" height="160"> |