diff options
author | Wushin <pasekei@gmail.com> | 2015-05-17 12:24:23 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-17 12:24:23 -0500 |
commit | 653e016b07738402faf93a018eda55284ce5c7eb (patch) | |
tree | 1fa585ddae7fcbfafbbb23be56006d50b6ffe2d2 /tilesets | |
parent | a785b9c5479406b512ab2b7f0ca7990219c827bd (diff) | |
parent | 99a786f282f4ffb183c5562bb4907a3f4395ca44 (diff) | |
download | clientdata-653e016b07738402faf93a018eda55284ce5c7eb.tar.gz clientdata-653e016b07738402faf93a018eda55284ce5c7eb.tar.bz2 clientdata-653e016b07738402faf93a018eda55284ce5c7eb.tar.xz clientdata-653e016b07738402faf93a018eda55284ce5c7eb.zip |
Merge pull request #261 from mekolat/debugroom
revamp the GM lounge
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> |