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/inn.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/inn.tsx')
-rw-r--r-- | graphics/tilesets/inn.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/inn.tsx b/graphics/tilesets/inn.tsx index 56e9f2e5..1790323b 100644 --- a/graphics/tilesets/inn.tsx +++ b/graphics/tilesets/inn.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn.png" width="512" height="512"/> +<tileset name="inn" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="inn.png" width="512" height="512"/> </tileset> |