diff options
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> |