diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tilesets/desert_castle_interior.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/desert_city_indoors.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/desert_city_indoors_x3.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/desert_city_x2.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/inn_x4.tsx | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/graphics/tilesets/desert_castle_interior.tsx b/graphics/tilesets/desert_castle_interior.tsx index b6aa28a5..e83d7e24 100644 --- a/graphics/tilesets/desert_castle_interior.tsx +++ b/graphics/tilesets/desert_castle_interior.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_castle_interior" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/desert_castle_interior.png" width="512" height="512"/> +<tileset name="desert_castle_interior" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="desert_castle_interior.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/desert_city_indoors.tsx b/graphics/tilesets/desert_city_indoors.tsx index 0d3fb8b8..f2484d3b 100644 --- a/graphics/tilesets/desert_city_indoors.tsx +++ b/graphics/tilesets/desert_city_indoors.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_city_indoors" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/desert_city_indoors.png" width="480" height="320"/> +<tileset name="desert_city_indoors" tilewidth="32" tileheight="32" tilecount="150" columns="15"> + <image source="desert_city_indoors.png" width="480" height="320"/> </tileset> diff --git a/graphics/tilesets/desert_city_indoors_x3.tsx b/graphics/tilesets/desert_city_indoors_x3.tsx index 3ee75048..2b40316d 100644 --- a/graphics/tilesets/desert_city_indoors_x3.tsx +++ b/graphics/tilesets/desert_city_indoors_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_city_indoors_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/desert_city_indoors_x3.png" width="480" height="320"/> +<tileset name="desert_city_indoors_x3" tilewidth="32" tileheight="96" tilecount="45" columns="15"> + <image source="desert_city_indoors_x3.png" width="480" height="288"/> </tileset> diff --git a/graphics/tilesets/desert_city_x2.tsx b/graphics/tilesets/desert_city_x2.tsx index 0d1c5365..13d07fd6 100644 --- a/graphics/tilesets/desert_city_x2.tsx +++ b/graphics/tilesets/desert_city_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_city_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/desert_city_x2.png" width="512" height="128"/> +<tileset name="desert_city_x2" tilewidth="32" tileheight="64" tilecount="32" columns="16"> + <image source="desert_city_x2.png" width="512" height="128"/> </tileset> diff --git a/graphics/tilesets/inn_x4.tsx b/graphics/tilesets/inn_x4.tsx index 62e20c5c..4cc7ea78 100644 --- a/graphics/tilesets/inn_x4.tsx +++ b/graphics/tilesets/inn_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/inn_x4.png" width="512" height="128"/> +<tileset name="inn_x4" tilewidth="32" tileheight="128" tilecount="16" columns="16"> + <image source="inn_x4.png" width="512" height="128"/> </tileset> |