diff options
author | Reid <reidyaro@gmail.com> | 2012-07-10 23:36:06 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-10 23:36:06 +0200 |
commit | a38a3ca5aea709911d70d48d799838516786adef (patch) | |
tree | 34ff3d81bf8a781557a7f65307d77eef091d11a5 | |
parent | 503ea51aaf13d33d4f6a615a0667ec6fa1029623 (diff) | |
download | clientdata-a38a3ca5aea709911d70d48d799838516786adef.tar.gz clientdata-a38a3ca5aea709911d70d48d799838516786adef.tar.bz2 clientdata-a38a3ca5aea709911d70d48d799838516786adef.tar.xz clientdata-a38a3ca5aea709911d70d48d799838516786adef.zip |
Change tree_x3 tileset size to 96x96.
-rw-r--r-- | maps/000-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index 1c6ba657..e59bf5d0 100644 --- a/maps/000-1.tmx +++ b/maps/000-1.tmx @@ -23,8 +23,8 @@ <tileset firstgid="648" name="Ground" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="904" name="Tree x3" tilewidth="64" tileheight="96"> - <image source="../graphics/tilesets/tree_x3.png" width="64" height="96"/> + <tileset firstgid="904" name="Tree x3" tilewidth="96" tileheight="96"> + <image source="../graphics/tilesets/tree_x3.png" width="96" height="96"/> </tileset> <tileset firstgid="905" name="Tree x4" tilewidth="96" tileheight="128"> <image source="../graphics/tilesets/tree_x4.png" width="480" height="256"/> |