diff options
author | mekolat <mekolat@gmail.com> | 2014-08-23 15:34:00 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-08-25 00:13:56 -0400 |
commit | 917374bfcf0b2bc44988b285dda157eaca8b0279 (patch) | |
tree | 06a35478e5081095e170d119f0eb569bd53b73bc /tilesets | |
parent | f74e101ca39f52ae80cf85a7787eb918087b12da (diff) | |
download | clientdata-917374bfcf0b2bc44988b285dda157eaca8b0279.tar.gz clientdata-917374bfcf0b2bc44988b285dda157eaca8b0279.tar.bz2 clientdata-917374bfcf0b2bc44988b285dda157eaca8b0279.tar.xz clientdata-917374bfcf0b2bc44988b285dda157eaca8b0279.zip |
009-2 fringefix, wallfix, bedfix
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_x2.tsx | 2 | ||||
-rw-r--r-- | tilesets/woodland_indoor_x3.tsx | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/tilesets/woodland_indoor_3x3.tsx b/tilesets/woodland_indoor_3x3.tsx new file mode 100644 index 00000000..32542609 --- /dev/null +++ b/tilesets/woodland_indoor_3x3.tsx @@ -0,0 +1,4 @@ +<?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 new file mode 100644 index 00000000..b90a6e4c --- /dev/null +++ b/tilesets/woodland_indoor_4x3.tsx @@ -0,0 +1,4 @@ +<?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_x2.tsx b/tilesets/woodland_indoor_x2.tsx index 8d71d306..dc196b5e 100644 --- a/tilesets/woodland_indoor_x2.tsx +++ b/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="64"/> + <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="192"/> </tileset> diff --git a/tilesets/woodland_indoor_x3.tsx b/tilesets/woodland_indoor_x3.tsx index d4bcc317..9f34fe9f 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="96"/> + <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/> </tileset> |