diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
commit | 2c29157c760c4a3d13d1d5fed2da46b59f741fc4 (patch) | |
tree | 04b6bd8035254980781bc5903ac857b25026fb9c /graphics/tilesets/inn2.tsx | |
parent | d89b1bcbb4158104b49bb39ddd39b01ebd2989ff (diff) | |
download | clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.gz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.bz2 clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.xz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.zip |
add new items npc's and candor map include 4 house
Diffstat (limited to 'graphics/tilesets/inn2.tsx')
-rw-r--r-- | graphics/tilesets/inn2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/inn2.tsx b/graphics/tilesets/inn2.tsx index 050f17ed..e4310433 100644 --- a/graphics/tilesets/inn2.tsx +++ b/graphics/tilesets/inn2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn2" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn2.png" width="512" height="512"/> +<tileset name="inn2" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="inn2.png" width="512" height="512"/> </tileset> |