diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 01:43:01 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 01:43:01 -0200 |
commit | 2c919b5cb18f1cb8714b2a2a1e4cccc2dea04415 (patch) | |
tree | ff3d7916d8402b613a46ed089d984646fa8e4dfe | |
parent | 801cfe48a6f65cf5ed5cf5b53c2d557a388515fc (diff) | |
download | clientdata-2c919b5cb18f1cb8714b2a2a1e4cccc2dea04415.tar.gz clientdata-2c919b5cb18f1cb8714b2a2a1e4cccc2dea04415.tar.bz2 clientdata-2c919b5cb18f1cb8714b2a2a1e4cccc2dea04415.tar.xz clientdata-2c919b5cb18f1cb8714b2a2a1e4cccc2dea04415.zip |
Fix bug in several maps due bad tsx file %%e Do not mess with them Saulc %%e
-rw-r--r-- | graphics/tilesets/indoor-accessories.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/indoor-accessories.tsx b/graphics/tilesets/indoor-accessories.tsx index 18ffa2e1..c0e70299 100644 --- a/graphics/tilesets/indoor-accessories.tsx +++ b/graphics/tilesets/indoor-accessories.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="indoor-accessories.png" width="512" height="512"/> +<tileset name="accessories" tilewidth="32" tileheight="32" tilecount="400" columns="20"> + <image source="indoor-accessories.png" width="640" height="640"/> </tileset> |