diff options
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/barbarians_outdoor.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/cave2_bilevel.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/cave2_sewer_mine_x2.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/cave2_transistions.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/cave2_x2.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/woodland_indoor_x2.tsx | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/graphics/tilesets/barbarians_outdoor.tsx b/graphics/tilesets/barbarians_outdoor.tsx index 56cf8f86..dc323d07 100644 --- a/graphics/tilesets/barbarians_outdoor.tsx +++ b/graphics/tilesets/barbarians_outdoor.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="barbarians_outdoor" tilewidth="64" tileheight="64"> - <image source="../graphics/tiles/barbarians_outdoor.png" width="192" height="64"/> +<tileset name="barbarians_outdoor" tilewidth="64" tileheight="64" tilecount="3" columns="3"> + <image source="barbarians_outdoor.png" width="192" height="64"/> </tileset> diff --git a/graphics/tilesets/cave2_bilevel.tsx b/graphics/tilesets/cave2_bilevel.tsx index 69450c6e..ea89d978 100644 --- a/graphics/tilesets/cave2_bilevel.tsx +++ b/graphics/tilesets/cave2_bilevel.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave2_bilevel" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave2_bilevel.png" width="512" height="512"/> +<tileset name="cave2_bilevel" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="cave2_bilevel.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/cave2_sewer_mine_x2.tsx b/graphics/tilesets/cave2_sewer_mine_x2.tsx index a139ed8f..308aa200 100644 --- a/graphics/tilesets/cave2_sewer_mine_x2.tsx +++ b/graphics/tilesets/cave2_sewer_mine_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave2_sewer_mine_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/cave2_sewer_mine_x2.png" width="512" height="512"/> +<tileset name="cave2_sewer_mine_x2" tilewidth="32" tileheight="64" tilecount="80" columns="16"> + <image source="cave2_sewer_mine_x2.png" width="512" height="320"/> </tileset> diff --git a/graphics/tilesets/cave2_transistions.tsx b/graphics/tilesets/cave2_transistions.tsx index c5950b55..07a721ca 100644 --- a/graphics/tilesets/cave2_transistions.tsx +++ b/graphics/tilesets/cave2_transistions.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave2_transistions" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave2_transistions.png" width="512" height="512"/> +<tileset name="cave2_transistions" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="cave2_transistions.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/cave2_x2.tsx b/graphics/tilesets/cave2_x2.tsx index 7d82d0ca..c7de0cf8 100644 --- a/graphics/tilesets/cave2_x2.tsx +++ b/graphics/tilesets/cave2_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave2_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/cave2_x2.png" width="512" height="128"/> +<tileset name="cave2_x2" tilewidth="32" tileheight="64" tilecount="32" columns="16"> + <image source="cave2_x2.png" width="512" height="128"/> </tileset> diff --git a/graphics/tilesets/woodland_indoor_x2.tsx b/graphics/tilesets/woodland_indoor_x2.tsx index dc196b5e..fe4c8d57 100644 --- a/graphics/tilesets/woodland_indoor_x2.tsx +++ b/graphics/tilesets/woodland_indoor_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_indoor_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="192"/> +<tileset name="woodland_indoor_x2" tilewidth="32" tileheight="64" tilecount="48" columns="16"> + <image source="woodland_indoor_x2.png" width="512" height="192"/> </tileset> |