diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
commit | 2c29157c760c4a3d13d1d5fed2da46b59f741fc4 (patch) | |
tree | 04b6bd8035254980781bc5903ac857b25026fb9c /graphics/tilesets | |
parent | d89b1bcbb4158104b49bb39ddd39b01ebd2989ff (diff) | |
download | clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.gz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.bz2 clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.xz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.zip |
add new items npc's and candor map include 4 house
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/artis-accessory.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/castle1.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/cave2_sewer_mine.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/desert_castle2.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/inn.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/inn2.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/inn_x2.tsx | 4 |
7 files changed, 20 insertions, 8 deletions
diff --git a/graphics/tilesets/artis-accessory.tsx b/graphics/tilesets/artis-accessory.tsx new file mode 100644 index 00000000..55ecd686 --- /dev/null +++ b/graphics/tilesets/artis-accessory.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="artis-accessory" tilewidth="32" tileheight="32" tilecount="128" columns="16"> + <image source="artis-accessory.png" width="512" height="256"/> +</tileset> diff --git a/graphics/tilesets/castle1.tsx b/graphics/tilesets/castle1.tsx new file mode 100644 index 00000000..4e24b970 --- /dev/null +++ b/graphics/tilesets/castle1.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="castle1" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="castle1.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/cave2_sewer_mine.tsx b/graphics/tilesets/cave2_sewer_mine.tsx index f3012e6d..b45b13e2 100644 --- a/graphics/tilesets/cave2_sewer_mine.tsx +++ b/graphics/tilesets/cave2_sewer_mine.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave2_sewer_mine" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave2_sewer_mine.png" width="512" height="512"/> +<tileset name="cave2_sewer_mine" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="cave2_sewer_mine.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/desert_castle2.tsx b/graphics/tilesets/desert_castle2.tsx new file mode 100644 index 00000000..98b39e99 --- /dev/null +++ b/graphics/tilesets/desert_castle2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle2" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="desert_castle2.png" width="512" height="512"/> +</tileset> diff --git a/graphics/tilesets/inn.tsx b/graphics/tilesets/inn.tsx index 56e9f2e5..1790323b 100644 --- a/graphics/tilesets/inn.tsx +++ b/graphics/tilesets/inn.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn.png" width="512" height="512"/> +<tileset name="inn" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="inn.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/inn2.tsx b/graphics/tilesets/inn2.tsx index 050f17ed..e4310433 100644 --- a/graphics/tilesets/inn2.tsx +++ b/graphics/tilesets/inn2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn2" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/inn2.png" width="512" height="512"/> +<tileset name="inn2" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="inn2.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/inn_x2.tsx b/graphics/tilesets/inn_x2.tsx index 53394ebc..2ae8918a 100644 --- a/graphics/tilesets/inn_x2.tsx +++ b/graphics/tilesets/inn_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="inn_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/inn_x2.png" width="512" height="128"/> +<tileset name="inn_x2" tilewidth="32" tileheight="64" tilecount="48" columns="16"> + <image source="inn_x2.png" width="512" height="192"/> </tileset> |