diff options
author | wushin <pasekei@gmail.com> | 2015-05-07 21:48:09 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-05-07 21:59:39 -0500 |
commit | cf328297b5019daa2bde675a7a6fcfe79598b65b (patch) | |
tree | 8024c3be1ff5b44cabc58dfac6979978686b9af9 /tilesets | |
parent | 506c8c1593fa09b80c9735012df0d3e4064c8d34 (diff) | |
download | clientdata-cf328297b5019daa2bde675a7a6fcfe79598b65b.tar.gz clientdata-cf328297b5019daa2bde675a7a6fcfe79598b65b.tar.bz2 clientdata-cf328297b5019daa2bde675a7a6fcfe79598b65b.tar.xz clientdata-cf328297b5019daa2bde675a7a6fcfe79598b65b.zip |
Clean up the old unknown Xmas tree
Diffstat (limited to 'tilesets')
-rw-r--r-- | tilesets/snow_x3.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tilesets/snow_x3.tsx b/tilesets/snow_x3.tsx index 7bd67be4..df57224a 100644 --- a/tilesets/snow_x3.tsx +++ b/tilesets/snow_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/snow_x3.png" width="512" height="96"/> + <image source="../graphics/tiles/snow_x3.png" width="128" height="96"/> </tileset> |