diff options
Diffstat (limited to 'tilesets')
-rw-r--r-- | tilesets/woodland_indoor_3x3.tsx | 4 | ||||
-rw-r--r-- | tilesets/woodland_indoor_4x3.tsx | 4 | ||||
-rw-r--r-- | tilesets/woodland_indoor_x3.tsx | 2 |
3 files changed, 1 insertions, 9 deletions
diff --git a/tilesets/woodland_indoor_3x3.tsx b/tilesets/woodland_indoor_3x3.tsx deleted file mode 100644 index 32542609..00000000 --- a/tilesets/woodland_indoor_3x3.tsx +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_indoor_3x3" tilewidth="96" tileheight="96"> - <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/> -</tileset> diff --git a/tilesets/woodland_indoor_4x3.tsx b/tilesets/woodland_indoor_4x3.tsx deleted file mode 100644 index b90a6e4c..00000000 --- a/tilesets/woodland_indoor_4x3.tsx +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_indoor_4x3" tilewidth="128" tileheight="96"> - <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/> -</tileset> diff --git a/tilesets/woodland_indoor_x3.tsx b/tilesets/woodland_indoor_x3.tsx index 9f34fe9f..b7594042 100644 --- a/tilesets/woodland_indoor_x3.tsx +++ b/tilesets/woodland_indoor_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="woodland_indoor_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/> + <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="288"/> </tileset> |