diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-09 23:20:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-09 23:20:09 -0300 |
commit | 4903d41b99555c45be569de1c20ba4035854c888 (patch) | |
tree | 3a9a75e59f45ef9e415b50e28af89fd2fc56bd34 /tilesets | |
download | clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.gz clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.bz2 clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.xz clientdata-4903d41b99555c45be569de1c20ba4035854c888.zip |
Reinitialized git repository with Evol2 support
Major changes:
- Makefile
- Gitlab CI
- Network update
- Char Creation update
Diffstat (limited to 'tilesets')
112 files changed, 2107 insertions, 0 deletions
diff --git a/tilesets/arena.tsx b/tilesets/arena.tsx new file mode 100644 index 00000000..5c15d46c --- /dev/null +++ b/tilesets/arena.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="arena" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/arena.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/arrows.tsx b/tilesets/arrows.tsx new file mode 100644 index 00000000..b0707de8 --- /dev/null +++ b/tilesets/arrows.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="arrows" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/arrows.png" width="128" height="128"/> +</tileset> diff --git a/tilesets/barbarians_outdoor.tsx b/tilesets/barbarians_outdoor.tsx new file mode 100644 index 00000000..56cf8f86 --- /dev/null +++ b/tilesets/barbarians_outdoor.tsx @@ -0,0 +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> diff --git a/tilesets/barbarians_yurt_x4.tsx b/tilesets/barbarians_yurt_x4.tsx new file mode 100644 index 00000000..ed0f0f65 --- /dev/null +++ b/tilesets/barbarians_yurt_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="barbarians_yurt_x4" tilewidth="160" tileheight="128"> + <image source="../graphics/tiles/barbarians_yurt_x4.png" width="320" height="128"/> +</tileset> diff --git a/tilesets/cave.tsx b/tilesets/cave.tsx new file mode 100644 index 00000000..93868277 --- /dev/null +++ b/tilesets/cave.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave.png" width="512" height="256"/> +</tileset> diff --git a/tilesets/cave2.tsx b/tilesets/cave2.tsx new file mode 100644 index 00000000..fe0cc03d --- /dev/null +++ b/tilesets/cave2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave2" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave2.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/cave2_bilevel.tsx b/tilesets/cave2_bilevel.tsx new file mode 100644 index 00000000..69450c6e --- /dev/null +++ b/tilesets/cave2_bilevel.tsx @@ -0,0 +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> diff --git a/tilesets/cave2_bilevel_water_lava.tsx b/tilesets/cave2_bilevel_water_lava.tsx new file mode 100644 index 00000000..3dd333d3 --- /dev/null +++ b/tilesets/cave2_bilevel_water_lava.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave2_bilevel_water_lava" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave2_bilevel_water_lava.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/cave2_sewer_mine.tsx b/tilesets/cave2_sewer_mine.tsx new file mode 100644 index 00000000..f3012e6d --- /dev/null +++ b/tilesets/cave2_sewer_mine.tsx @@ -0,0 +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> diff --git a/tilesets/cave2_sewer_mine_x2.tsx b/tilesets/cave2_sewer_mine_x2.tsx new file mode 100644 index 00000000..a139ed8f --- /dev/null +++ b/tilesets/cave2_sewer_mine_x2.tsx @@ -0,0 +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> diff --git a/tilesets/cave2_sewer_mine_x3.tsx b/tilesets/cave2_sewer_mine_x3.tsx new file mode 100644 index 00000000..4b2e69e2 --- /dev/null +++ b/tilesets/cave2_sewer_mine_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave2_sewer_mine_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/cave2_sewer_mine_x3.png" width="256" height="96"/> +</tileset> diff --git a/tilesets/cave2_sewer_mine_x4.tsx b/tilesets/cave2_sewer_mine_x4.tsx new file mode 100644 index 00000000..97dda7fb --- /dev/null +++ b/tilesets/cave2_sewer_mine_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave2_sewer_mine_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/cave2_sewer_mine_x4.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/cave2_sewers.tsx b/tilesets/cave2_sewers.tsx new file mode 100644 index 00000000..96d164a2 --- /dev/null +++ b/tilesets/cave2_sewers.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave2_sewers" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave2_sewers.png" width="512" height="288"/> +</tileset> diff --git a/tilesets/cave2_transistions.tsx b/tilesets/cave2_transistions.tsx new file mode 100644 index 00000000..c5950b55 --- /dev/null +++ b/tilesets/cave2_transistions.tsx @@ -0,0 +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> diff --git a/tilesets/cave2_x2.tsx b/tilesets/cave2_x2.tsx new file mode 100644 index 00000000..7d82d0ca --- /dev/null +++ b/tilesets/cave2_x2.tsx @@ -0,0 +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> diff --git a/tilesets/cave_ani_wetwall.tsx b/tilesets/cave_ani_wetwall.tsx new file mode 100644 index 00000000..2256b2e9 --- /dev/null +++ b/tilesets/cave_ani_wetwall.tsx @@ -0,0 +1,212 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave_ani_wetwall" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave_ani_wetwall.png" width="512" height="512"/> + <tile id="0"> + <properties> + <property name="animation-delay0" value="10"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay15" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="10"/> + <property name="animation-delay4" value="10"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame10" value="10"/> + <property name="animation-frame11" value="11"/> + <property name="animation-frame12" value="12"/> + <property name="animation-frame13" value="13"/> + <property name="animation-frame14" value="14"/> + <property name="animation-frame15" value="15"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="3"/> + <property name="animation-frame4" value="4"/> + <property name="animation-frame5" value="5"/> + <property name="animation-frame6" value="6"/> + <property name="animation-frame7" value="7"/> + <property name="animation-frame8" value="8"/> + <property name="animation-frame9" value="9"/> + </properties> + </tile> + <tile id="16"> + <properties> + <property name="animation-delay0" value="10"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay15" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="10"/> + <property name="animation-delay4" value="10"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="16"/> + <property name="animation-frame1" value="17"/> + <property name="animation-frame10" value="26"/> + <property name="animation-frame11" value="27"/> + <property name="animation-frame12" value="28"/> + <property name="animation-frame13" value="29"/> + <property name="animation-frame14" value="30"/> + <property name="animation-frame15" value="31"/> + <property name="animation-frame2" value="18"/> + <property name="animation-frame3" value="19"/> + <property name="animation-frame4" value="20"/> + <property name="animation-frame5" value="21"/> + <property name="animation-frame6" value="22"/> + <property name="animation-frame7" value="23"/> + <property name="animation-frame8" value="24"/> + <property name="animation-frame9" value="25"/> + </properties> + </tile> + <tile id="32"> + <properties> + <property name="animation-delay0" value="100"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="50"/> + <property name="animation-delay4" value="70"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="32"/> + <property name="animation-frame1" value="33"/> + <property name="animation-frame10" value="41"/> + <property name="animation-frame11" value="42"/> + <property name="animation-frame12" value="43"/> + <property name="animation-frame13" value="44"/> + <property name="animation-frame14" value="45"/> + <property name="animation-frame2" value="34"/> + <property name="animation-frame3" value="32"/> + <property name="animation-frame4" value="35"/> + <property name="animation-frame5" value="36"/> + <property name="animation-frame6" value="37"/> + <property name="animation-frame7" value="38"/> + <property name="animation-frame8" value="39"/> + <property name="animation-frame9" value="40"/> + </properties> + </tile> + <tile id="48"> + <properties> + <property name="animation-delay0" value="100"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="50"/> + <property name="animation-delay4" value="70"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="48"/> + <property name="animation-frame1" value="49"/> + <property name="animation-frame10" value="57"/> + <property name="animation-frame11" value="58"/> + <property name="animation-frame12" value="59"/> + <property name="animation-frame13" value="60"/> + <property name="animation-frame14" value="61"/> + <property name="animation-frame2" value="50"/> + <property name="animation-frame3" value="48"/> + <property name="animation-frame4" value="51"/> + <property name="animation-frame5" value="52"/> + <property name="animation-frame6" value="53"/> + <property name="animation-frame7" value="54"/> + <property name="animation-frame8" value="55"/> + <property name="animation-frame9" value="56"/> + </properties> + </tile> + <tile id="64"> + <properties> + <property name="animation-delay0" value="100"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="50"/> + <property name="animation-delay4" value="70"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="64"/> + <property name="animation-frame1" value="65"/> + <property name="animation-frame10" value="73"/> + <property name="animation-frame11" value="74"/> + <property name="animation-frame12" value="75"/> + <property name="animation-frame13" value="76"/> + <property name="animation-frame14" value="77"/> + <property name="animation-frame2" value="66"/> + <property name="animation-frame3" value="64"/> + <property name="animation-frame4" value="67"/> + <property name="animation-frame5" value="68"/> + <property name="animation-frame6" value="69"/> + <property name="animation-frame7" value="70"/> + <property name="animation-frame8" value="71"/> + <property name="animation-frame9" value="72"/> + </properties> + </tile> + <tile id="80"> + <properties> + <property name="animation-delay0" value="100"/> + <property name="animation-delay1" value="10"/> + <property name="animation-delay10" value="10"/> + <property name="animation-delay11" value="10"/> + <property name="animation-delay12" value="10"/> + <property name="animation-delay13" value="10"/> + <property name="animation-delay14" value="10"/> + <property name="animation-delay2" value="10"/> + <property name="animation-delay3" value="50"/> + <property name="animation-delay4" value="70"/> + <property name="animation-delay5" value="10"/> + <property name="animation-delay6" value="10"/> + <property name="animation-delay7" value="10"/> + <property name="animation-delay8" value="10"/> + <property name="animation-delay9" value="10"/> + <property name="animation-frame0" value="80"/> + <property name="animation-frame1" value="81"/> + <property name="animation-frame10" value="89"/> + <property name="animation-frame11" value="90"/> + <property name="animation-frame12" value="91"/> + <property name="animation-frame13" value="92"/> + <property name="animation-frame14" value="93"/> + <property name="animation-frame2" value="82"/> + <property name="animation-frame3" value="80"/> + <property name="animation-frame4" value="83"/> + <property name="animation-frame5" value="84"/> + <property name="animation-frame6" value="85"/> + <property name="animation-frame7" value="86"/> + <property name="animation-frame8" value="87"/> + <property name="animation-frame9" value="88"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/cave_bilevel.tsx b/tilesets/cave_bilevel.tsx new file mode 100644 index 00000000..835c4c72 --- /dev/null +++ b/tilesets/cave_bilevel.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave_bilevel" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/cave_bilevel.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/cave_x2.tsx b/tilesets/cave_x2.tsx new file mode 100644 index 00000000..f6e2eeaf --- /dev/null +++ b/tilesets/cave_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="cave_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/christmastree_x8.tsx b/tilesets/christmastree_x8.tsx new file mode 100644 index 00000000..01d2bef3 --- /dev/null +++ b/tilesets/christmastree_x8.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="christmastree_x8" tilewidth="32" tileheight="256"> + <image source="../graphics/tiles/christmastree.png" width="224" height="256"/> +</tileset> diff --git a/tilesets/collision.tsx b/tilesets/collision.tsx new file mode 100644 index 00000000..fce8f1b5 --- /dev/null +++ b/tilesets/collision.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="collision" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/collision.png" width="64" height="32"/> +</tileset> diff --git a/tilesets/crypt1.tsx b/tilesets/crypt1.tsx new file mode 100644 index 00000000..66dba162 --- /dev/null +++ b/tilesets/crypt1.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt1" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/crypt1.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/crypt2.tsx b/tilesets/crypt2.tsx new file mode 100644 index 00000000..c6209565 --- /dev/null +++ b/tilesets/crypt2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt2" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/crypt2.png" width="512" height="448"/> +</tileset> diff --git a/tilesets/crypt2_x4.tsx b/tilesets/crypt2_x4.tsx new file mode 100644 index 00000000..56911e6d --- /dev/null +++ b/tilesets/crypt2_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt2_x4" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/crypt2_x4.png" width="384" height="192"/> +</tileset> diff --git a/tilesets/crypt_blockwall.tsx b/tilesets/crypt_blockwall.tsx new file mode 100644 index 00000000..865d96f5 --- /dev/null +++ b/tilesets/crypt_blockwall.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_blockwall" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/crypt_blockwall.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/crypt_fringe2_x3.tsx b/tilesets/crypt_fringe2_x3.tsx new file mode 100644 index 00000000..bf0792c0 --- /dev/null +++ b/tilesets/crypt_fringe2_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_fringe2_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/crypt_fringe2_x3.png" width="512" height="480"/> +</tileset> diff --git a/tilesets/crypt_fringe_x3.tsx b/tilesets/crypt_fringe_x3.tsx new file mode 100644 index 00000000..50856df3 --- /dev/null +++ b/tilesets/crypt_fringe_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_fringe_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/crypt_fringe_x3.png" width="512" height="480"/> +</tileset> diff --git a/tilesets/crypt_reaper_room.tsx b/tilesets/crypt_reaper_room.tsx new file mode 100644 index 00000000..c2929b43 --- /dev/null +++ b/tilesets/crypt_reaper_room.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_reaper_room" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/crypt_reaper_room.png" width="512" height="352"/> +</tileset> diff --git a/tilesets/crypt_x2.tsx b/tilesets/crypt_x2.tsx new file mode 100644 index 00000000..8346ea71 --- /dev/null +++ b/tilesets/crypt_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/crypt_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/crypt_x4.tsx b/tilesets/crypt_x4.tsx new file mode 100644 index 00000000..7f4d9b2c --- /dev/null +++ b/tilesets/crypt_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/crypt_x4.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/crypt_x5.tsx b/tilesets/crypt_x5.tsx new file mode 100644 index 00000000..13dff623 --- /dev/null +++ b/tilesets/crypt_x5.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_x5" tilewidth="32" tileheight="160"> + <image source="../graphics/tiles/crypt_x5.png" width="512" height="160"/> +</tileset> diff --git a/tilesets/crypt_x8.tsx b/tilesets/crypt_x8.tsx new file mode 100644 index 00000000..22ad0331 --- /dev/null +++ b/tilesets/crypt_x8.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="crypt_x8" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/crypt_x8.png" width="192" height="256"/> +</tileset> diff --git a/tilesets/desert1.tsx b/tilesets/desert1.tsx new file mode 100644 index 00000000..c19efb5c --- /dev/null +++ b/tilesets/desert1.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert1" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert1.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert2.tsx b/tilesets/desert2.tsx new file mode 100644 index 00000000..193bebb8 --- /dev/null +++ b/tilesets/desert2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert2" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert2.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert3.tsx b/tilesets/desert3.tsx new file mode 100644 index 00000000..8ae2e2e3 --- /dev/null +++ b/tilesets/desert3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert3" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert3.png" width="320" height="256"/> +</tileset> diff --git a/tilesets/desert_castle.tsx b/tilesets/desert_castle.tsx new file mode 100644 index 00000000..6100f38a --- /dev/null +++ b/tilesets/desert_castle.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert_castle.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert_castle_2.tsx b/tilesets/desert_castle_2.tsx new file mode 100644 index 00000000..a160cf3d --- /dev/null +++ b/tilesets/desert_castle_2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle2" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert_castle2.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert_castle_interior.tsx b/tilesets/desert_castle_interior.tsx new file mode 100644 index 00000000..b6aa28a5 --- /dev/null +++ b/tilesets/desert_castle_interior.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_interior" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert_castle_interior.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert_castle_interior_x2.tsx b/tilesets/desert_castle_interior_x2.tsx new file mode 100644 index 00000000..245d0660 --- /dev/null +++ b/tilesets/desert_castle_interior_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_interior_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/desert_castle_interior_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/desert_castle_interior_x4.tsx b/tilesets/desert_castle_interior_x4.tsx new file mode 100644 index 00000000..eca3ff09 --- /dev/null +++ b/tilesets/desert_castle_interior_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_interior_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/desert_castle_interior_x4.png" width="512" height="256"/> +</tileset> diff --git a/tilesets/desert_castle_interior_x5.tsx b/tilesets/desert_castle_interior_x5.tsx new file mode 100644 index 00000000..e1e93b72 --- /dev/null +++ b/tilesets/desert_castle_interior_x5.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_interior_x5" tilewidth="32" tileheight="160"> + <image source="../graphics/tiles/desert_castle_interior_x5.png" width="512" height="160"/> +</tileset> diff --git a/tilesets/desert_castle_x2.tsx b/tilesets/desert_castle_x2.tsx new file mode 100644 index 00000000..dc57413f --- /dev/null +++ b/tilesets/desert_castle_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/desert_castle_x2.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/desert_castle_x3.tsx b/tilesets/desert_castle_x3.tsx new file mode 100644 index 00000000..8fc977aa --- /dev/null +++ b/tilesets/desert_castle_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_castle_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/desert_castle_x3.png" width="256" height="96"/> +</tileset> diff --git a/tilesets/desert_city.tsx b/tilesets/desert_city.tsx new file mode 100644 index 00000000..11b38fe3 --- /dev/null +++ b/tilesets/desert_city.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_city" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert_city.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/desert_city_indoors.tsx b/tilesets/desert_city_indoors.tsx new file mode 100644 index 00000000..0d3fb8b8 --- /dev/null +++ b/tilesets/desert_city_indoors.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_city_indoors" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/desert_city_indoors.png" width="480" height="320"/> +</tileset> diff --git a/tilesets/desert_city_indoors_x3.tsx b/tilesets/desert_city_indoors_x3.tsx new file mode 100644 index 00000000..3ee75048 --- /dev/null +++ b/tilesets/desert_city_indoors_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_city_indoors_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/desert_city_indoors_x3.png" width="480" height="320"/> +</tileset> diff --git a/tilesets/desert_city_x2.tsx b/tilesets/desert_city_x2.tsx new file mode 100644 index 00000000..0d1c5365 --- /dev/null +++ b/tilesets/desert_city_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_city_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/desert_city_x2.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/desert_city_x4.tsx b/tilesets/desert_city_x4.tsx new file mode 100644 index 00000000..1609cf87 --- /dev/null +++ b/tilesets/desert_city_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_city_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/desert_city_x4.png" width="256" height="128"/> +</tileset> diff --git a/tilesets/desert_x2.tsx b/tilesets/desert_x2.tsx new file mode 100644 index 00000000..a7f95dc2 --- /dev/null +++ b/tilesets/desert_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/desert_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/desert_x3.tsx b/tilesets/desert_x3.tsx new file mode 100644 index 00000000..b600ed43 --- /dev/null +++ b/tilesets/desert_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/desert_x3.png" width="512" height="96"/> +</tileset> diff --git a/tilesets/desert_x5.tsx b/tilesets/desert_x5.tsx new file mode 100644 index 00000000..456602b5 --- /dev/null +++ b/tilesets/desert_x5.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="desert_x5" tilewidth="32" tileheight="160"> + <image source="../graphics/tiles/desert_x5.png" width="192" height="160"/> +</tileset> diff --git a/tilesets/docks.tsx b/tilesets/docks.tsx new file mode 100644 index 00000000..de0239f1 --- /dev/null +++ b/tilesets/docks.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="docks" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/docks.png" width="512" height="320"/> +</tileset> diff --git a/tilesets/docks_x2.tsx b/tilesets/docks_x2.tsx new file mode 100644 index 00000000..8ae3906c --- /dev/null +++ b/tilesets/docks_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="docks_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/docks_x2.png" width="512" height="320"/> +</tileset> diff --git a/tilesets/docks_x3.tsx b/tilesets/docks_x3.tsx new file mode 100644 index 00000000..d54a1e09 --- /dev/null +++ b/tilesets/docks_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="docks_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/docks_x3.png" width="384" height="96"/> +</tileset> diff --git a/tilesets/docks_x4.tsx b/tilesets/docks_x4.tsx new file mode 100644 index 00000000..7706574a --- /dev/null +++ b/tilesets/docks_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="docks_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/docks_x4.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/evil-obelisk.tsx b/tilesets/evil-obelisk.tsx new file mode 100644 index 00000000..1da1da22 --- /dev/null +++ b/tilesets/evil-obelisk.tsx @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="evil-obelisk" tilewidth="64" tileheight="128"> + <image source="../graphics/tiles/evil-obelisk.png" width="448" height="128"/> + <tile id="0"> + <animation> + <frame tileid="1" duration="25"/> + <frame tileid="2" duration="25"/> + <frame tileid="3" duration="25"/> + <frame tileid="4" duration="25"/> + <frame tileid="5" duration="25"/> + <frame tileid="6" duration="25"/> + <frame tileid="5" duration="25"/> + <frame tileid="4" duration="25"/> + <frame tileid="3" duration="25"/> + <frame tileid="2" duration="25"/> + <frame tileid="1" duration="25"/> + </animation> + <properties> + <property name="animation-delay0" value="25"/> + <property name="animation-delay1" value="25"/> + <property name="animation-delay2" value="25"/> + <property name="animation-delay3" value="25"/> + <property name="animation-delay4" value="25"/> + <property name="animation-delay5" value="25"/> + <property name="animation-delay6" value="25"/> + <property name="animation-delay7" value="25"/> + <property name="animation-delay8" value="25"/> + <property name="animation-delay9" value="25"/> + <property name="animation-delay10" value="25"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="5"/> + <property name="animation-frame7" value="4"/> + <property name="animation-frame8" value="3"/> + <property name="animation-frame9" value="2"/> + <property name="animation-frame10" value="1"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/evil_obelisk.tsx b/tilesets/evil_obelisk.tsx new file mode 100644 index 00000000..526b0766 --- /dev/null +++ b/tilesets/evil_obelisk.tsx @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="evil_obelisk" tilewidth="64" tileheight="128"> + <image source="../graphics/tiles/evil_obelisk.png" width="448" height="128"/> + <tile id="0"> + <animation> + <frame tileid="1" duration="25"/> + <frame tileid="2" duration="25"/> + <frame tileid="3" duration="25"/> + <frame tileid="4" duration="25"/> + <frame tileid="5" duration="25"/> + <frame tileid="6" duration="25"/> + <frame tileid="5" duration="25"/> + <frame tileid="4" duration="25"/> + <frame tileid="3" duration="25"/> + <frame tileid="2" duration="25"/> + <frame tileid="1" duration="25"/> + </animation> + <properties> + <property name="animation-delay0" value="25"/> + <property name="animation-delay1" value="25"/> + <property name="animation-delay2" value="25"/> + <property name="animation-delay3" value="25"/> + <property name="animation-delay4" value="25"/> + <property name="animation-delay5" value="25"/> + <property name="animation-delay6" value="25"/> + <property name="animation-delay7" value="25"/> + <property name="animation-delay8" value="25"/> + <property name="animation-delay9" value="25"/> + <property name="animation-delay10" value="25"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="5"/> + <property name="animation-frame7" value="4"/> + <property name="animation-frame8" value="3"/> + <property name="animation-frame9" value="2"/> + <property name="animation-frame10" value="1"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/forest.tsx b/tilesets/forest.tsx new file mode 100644 index 00000000..91ad66f4 --- /dev/null +++ b/tilesets/forest.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="forest" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/forest.png" width="608" height="672"/> +</tileset> diff --git a/tilesets/forest_cover.tsx b/tilesets/forest_cover.tsx new file mode 100644 index 00000000..4bffb905 --- /dev/null +++ b/tilesets/forest_cover.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="forest_cover" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/forest_cover.png" width="320" height="320"/> +</tileset> diff --git a/tilesets/forge_x4.tsx b/tilesets/forge_x4.tsx new file mode 100644 index 00000000..7f42a190 --- /dev/null +++ b/tilesets/forge_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="forge_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/forge_x4.png" width="96" height="128"/> +</tileset> diff --git a/tilesets/icecave.tsx b/tilesets/icecave.tsx new file mode 100644 index 00000000..7422763c --- /dev/null +++ b/tilesets/icecave.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="icecave" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/icecave.png" width="512" height="256"/> +</tileset> diff --git a/tilesets/inn.tsx b/tilesets/inn.tsx new file mode 100644 index 00000000..56e9f2e5 --- /dev/null +++ b/tilesets/inn.tsx @@ -0,0 +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> diff --git a/tilesets/inn2.tsx b/tilesets/inn2.tsx new file mode 100644 index 00000000..050f17ed --- /dev/null +++ b/tilesets/inn2.tsx @@ -0,0 +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> diff --git a/tilesets/inn_x2.tsx b/tilesets/inn_x2.tsx new file mode 100644 index 00000000..53394ebc --- /dev/null +++ b/tilesets/inn_x2.tsx @@ -0,0 +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> diff --git a/tilesets/inn_x3.tsx b/tilesets/inn_x3.tsx new file mode 100644 index 00000000..f357c84e --- /dev/null +++ b/tilesets/inn_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="inn_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/inn_x3.png" width="512" height="192"/> +</tileset> diff --git a/tilesets/inn_x4.tsx b/tilesets/inn_x4.tsx new file mode 100644 index 00000000..62e20c5c --- /dev/null +++ b/tilesets/inn_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="inn_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/inn_x4.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/light-flickering-x1x4.tsx b/tilesets/light-flickering-x1x4.tsx new file mode 100644 index 00000000..d06f64f1 --- /dev/null +++ b/tilesets/light-flickering-x1x4.tsx @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="light-flickering-x1x4" tilewidth="32" tileheight="128" tilecount="60" columns="15"> + <image source="../graphics/tiles/light-flickering-x1x4.png" width="480" height="512"/> + <tile id="0"> + <animation> + <frame tileid="0" duration="100"/> + <frame tileid="3" duration="100"/> + <frame tileid="6" duration="100"/> + <frame tileid="9" duration="100"/> + <frame tileid="12" duration="100"/> + </animation> + </tile> + <tile id="1"> + <animation> + <frame tileid="1" duration="100"/> + <frame tileid="4" duration="100"/> + <frame tileid="7" duration="100"/> + <frame tileid="10" duration="100"/> + <frame tileid="13" duration="100"/> + </animation> + </tile> + <tile id="2"> + <animation> + <frame tileid="2" duration="100"/> + <frame tileid="5" duration="100"/> + <frame tileid="8" duration="100"/> + <frame tileid="11" duration="100"/> + <frame tileid="14" duration="100"/> + </animation> + </tile> + <tile id="9"> + <animation> + <frame tileid="9" duration="100"/> + <frame tileid="6" duration="100"/> + <frame tileid="3" duration="100"/> + <frame tileid="0" duration="100"/> + <frame tileid="12" duration="100"/> + </animation> + </tile> + <tile id="10"> + <animation> + <frame tileid="10" duration="100"/> + <frame tileid="7" duration="100"/> + <frame tileid="4" duration="100"/> + <frame tileid="1" duration="100"/> + <frame tileid="13" duration="100"/> + </animation> + </tile> + <tile id="11"> + <animation> + <frame tileid="11" duration="100"/> + <frame tileid="8" duration="100"/> + <frame tileid="5" duration="100"/> + <frame tileid="2" duration="100"/> + <frame tileid="14" duration="100"/> + </animation> + </tile> + <tile id="15"> + <animation> + <frame tileid="15" duration="100"/> + <frame tileid="18" duration="100"/> + <frame tileid="21" duration="100"/> + <frame tileid="24" duration="100"/> + <frame tileid="27" duration="100"/> + </animation> + </tile> + <tile id="16"> + <animation> + <frame tileid="16" duration="100"/> + <frame tileid="19" duration="100"/> + <frame tileid="22" duration="100"/> + <frame tileid="25" duration="100"/> + <frame tileid="28" duration="100"/> + </animation> + </tile> + <tile id="17"> + <animation> + <frame tileid="17" duration="100"/> + <frame tileid="20" duration="100"/> + <frame tileid="23" duration="100"/> + <frame tileid="26" duration="100"/> + <frame tileid="29" duration="100"/> + </animation> + </tile> + <tile id="24"> + <animation> + <frame tileid="24" duration="100"/> + <frame tileid="21" duration="100"/> + <frame tileid="18" duration="100"/> + <frame tileid="15" duration="100"/> + <frame tileid="27" duration="100"/> + </animation> + </tile> + <tile id="25"> + <animation> + <frame tileid="25" duration="100"/> + <frame tileid="22" duration="100"/> + <frame tileid="19" duration="100"/> + <frame tileid="16" duration="100"/> + <frame tileid="28" duration="100"/> + </animation> + </tile> + <tile id="26"> + <animation> + <frame tileid="26" duration="100"/> + <frame tileid="23" duration="100"/> + <frame tileid="20" duration="100"/> + <frame tileid="17" duration="100"/> + <frame tileid="29" duration="100"/> + </animation> + </tile> + <tile id="30"> + <animation> + <frame tileid="30" duration="100"/> + <frame tileid="33" duration="100"/> + <frame tileid="36" duration="100"/> + <frame tileid="39" duration="100"/> + <frame tileid="42" duration="100"/> + </animation> + </tile> + <tile id="31"> + <animation> + <frame tileid="31" duration="100"/> + <frame tileid="34" duration="100"/> + <frame tileid="37" duration="100"/> + <frame tileid="40" duration="100"/> + <frame tileid="43" duration="100"/> + </animation> + </tile> + <tile id="32"> + <animation> + <frame tileid="32" duration="100"/> + <frame tileid="35" duration="100"/> + <frame tileid="38" duration="100"/> + <frame tileid="41" duration="100"/> + <frame tileid="44" duration="100"/> + </animation> + </tile> + <tile id="39"> + <animation> + <frame tileid="39" duration="100"/> + <frame tileid="36" duration="100"/> + <frame tileid="33" duration="100"/> + <frame tileid="30" duration="100"/> + <frame tileid="42" duration="100"/> + </animation> + </tile> + <tile id="40"> + <animation> + <frame tileid="40" duration="100"/> + <frame tileid="37" duration="100"/> + <frame tileid="34" duration="100"/> + <frame tileid="31" duration="100"/> + <frame tileid="43" duration="100"/> + </animation> + </tile> + <tile id="41"> + <animation> + <frame tileid="41" duration="100"/> + <frame tileid="38" duration="100"/> + <frame tileid="35" duration="100"/> + <frame tileid="32" duration="100"/> + <frame tileid="44" duration="100"/> + </animation> + </tile> + <tile id="45"> + <animation> + <frame tileid="45" duration="100"/> + <frame tileid="48" duration="100"/> + <frame tileid="51" duration="100"/> + <frame tileid="54" duration="100"/> + <frame tileid="57" duration="100"/> + </animation> + </tile> + <tile id="46"> + <animation> + <frame tileid="46" duration="100"/> + <frame tileid="49" duration="100"/> + <frame tileid="52" duration="100"/> + <frame tileid="55" duration="100"/> + <frame tileid="58" duration="100"/> + </animation> + </tile> + <tile id="47"> + <animation> + <frame tileid="47" duration="100"/> + <frame tileid="50" duration="100"/> + <frame tileid="53" duration="100"/> + <frame tileid="56" duration="100"/> + <frame tileid="59" duration="100"/> + </animation> + </tile> +</tileset> diff --git a/tilesets/mountain.tsx b/tilesets/mountain.tsx new file mode 100644 index 00000000..e02c2305 --- /dev/null +++ b/tilesets/mountain.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="mountain" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/mountain.png" width="416" height="448"/> +</tileset> diff --git a/tilesets/mushrooms.tsx b/tilesets/mushrooms.tsx new file mode 100644 index 00000000..f10f4bef --- /dev/null +++ b/tilesets/mushrooms.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="mushrooms" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/mushrooms.png" width="640" height="224"/> +</tileset> diff --git a/tilesets/pots_x2.tsx b/tilesets/pots_x2.tsx new file mode 100644 index 00000000..cbd35ada --- /dev/null +++ b/tilesets/pots_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="pots_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/pots_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/power_circle_x2.tsx b/tilesets/power_circle_x2.tsx new file mode 100644 index 00000000..5d51d8f8 --- /dev/null +++ b/tilesets/power_circle_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="power_circle_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/power_circle_x2.png" width="96" height="64"/> +</tileset> diff --git a/tilesets/signs.tsx b/tilesets/signs.tsx new file mode 100644 index 00000000..a71b7711 --- /dev/null +++ b/tilesets/signs.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="signs" tilewidth="32" tileheight="32"> + <image source="../graphics/sprites/npcs/signs.png" width="256" height="192"/> +</tileset> diff --git a/tilesets/signs_x2.tsx b/tilesets/signs_x2.tsx new file mode 100644 index 00000000..16f2d3fd --- /dev/null +++ b/tilesets/signs_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="signs_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/sprites/npcs/signs.png" width="256" height="192"/> +</tileset> diff --git a/tilesets/snow.tsx b/tilesets/snow.tsx new file mode 100644 index 00000000..e820eb04 --- /dev/null +++ b/tilesets/snow.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/snow.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/snow_docks.tsx b/tilesets/snow_docks.tsx new file mode 100644 index 00000000..40cb822e --- /dev/null +++ b/tilesets/snow_docks.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_docks" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/snow_docks.png" width="512" height="320"/> +</tileset> diff --git a/tilesets/snow_ground.tsx b/tilesets/snow_ground.tsx new file mode 100644 index 00000000..de665ddb --- /dev/null +++ b/tilesets/snow_ground.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_ground" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/snow_ground.png" width="352" height="224"/> +</tileset> diff --git a/tilesets/snow_tree_x3.tsx b/tilesets/snow_tree_x3.tsx new file mode 100644 index 00000000..f15f9bba --- /dev/null +++ b/tilesets/snow_tree_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_tree_x3" tilewidth="64" tileheight="96"> + <image source="../graphics/tiles/snow_tree_x3.png" width="256" height="96"/> +</tileset> diff --git a/tilesets/snow_village.tsx b/tilesets/snow_village.tsx new file mode 100644 index 00000000..31a780ef --- /dev/null +++ b/tilesets/snow_village.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_village" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/snow_village.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/snow_village2.tsx b/tilesets/snow_village2.tsx new file mode 100644 index 00000000..ae344639 --- /dev/null +++ b/tilesets/snow_village2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_village2" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/snow_village2.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/snow_village_x3.tsx b/tilesets/snow_village_x3.tsx new file mode 100644 index 00000000..1737f2da --- /dev/null +++ b/tilesets/snow_village_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_village_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/snow_village_x3.png" width="320" height="96"/> +</tileset> diff --git a/tilesets/snow_village_x4.tsx b/tilesets/snow_village_x4.tsx new file mode 100644 index 00000000..c326d56d --- /dev/null +++ b/tilesets/snow_village_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_village_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/snow_village_x4.png" width="320" height="128"/> +</tileset> diff --git a/tilesets/snow_x2.tsx b/tilesets/snow_x2.tsx new file mode 100644 index 00000000..8a19f4ee --- /dev/null +++ b/tilesets/snow_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/snow_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/snow_x3.tsx b/tilesets/snow_x3.tsx new file mode 100644 index 00000000..df57224a --- /dev/null +++ b/tilesets/snow_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/snow_x3.png" width="128" height="96"/> +</tileset> diff --git a/tilesets/snow_x4.tsx b/tilesets/snow_x4.tsx new file mode 100644 index 00000000..76968bcc --- /dev/null +++ b/tilesets/snow_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="snow_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/snow_x4.png" width="128" height="128"/> +</tileset> diff --git a/tilesets/soulmenhirs_x2.tsx b/tilesets/soulmenhirs_x2.tsx new file mode 100644 index 00000000..f05f1816 --- /dev/null +++ b/tilesets/soulmenhirs_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="soulmenhirs_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/soulmenhirs_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/stone_lab.tsx b/tilesets/stone_lab.tsx new file mode 100644 index 00000000..a6ced295 --- /dev/null +++ b/tilesets/stone_lab.tsx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="stone_lab" tilewidth="96" tileheight="128"> + <image source="../graphics/tiles/stone_lab.png" width="384" height="384"/> + <tile id="8"> + <properties> + <property name="animation-delay0" value="5"/> + <property name="animation-delay1" value="5"/> + <property name="animation-delay2" value="5"/> + <property name="animation-delay3" value="5"/> + <property name="animation-delay4" value="5"/> + <property name="animation-delay5" value="5"/> + <property name="animation-delay6" value="5"/> + <property name="animation-delay7" value="5"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="7"/> + <property name="animation-frame7" value="0"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/trans_woodland_desert.tsx b/tilesets/trans_woodland_desert.tsx new file mode 100644 index 00000000..a3e4e4e5 --- /dev/null +++ b/tilesets/trans_woodland_desert.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="trans_woodland_desert" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/trans_woodland_desert.png" width="512" height="256"/> +</tileset> diff --git a/tilesets/water.tsx b/tilesets/water.tsx new file mode 100644 index 00000000..d8b7ba8d --- /dev/null +++ b/tilesets/water.tsx @@ -0,0 +1,538 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="water" tilewidth="32" tileheight="32"> + <properties> + <property name="X" value=""/> + </properties> + <image source="../graphics/tiles/water.png" width="480" height="352"/> + <terraintypes> + <terrain name="New Terrain" tile="-1"/> + </terraintypes> + <tile id="120"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="3"/> + <property name="animation-frame4" value="4"/> + </properties> + <animation> + <frame tileid="0" duration="500"/> + <frame tileid="1" duration="200"/> + <frame tileid="2" duration="180"/> + <frame tileid="3" duration="160"/> + <frame tileid="4" duration="150"/> + </animation> + </tile> + <tile id="121"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="45"/> + <property name="animation-frame1" value="46"/> + <property name="animation-frame2" value="47"/> + <property name="animation-frame3" value="48"/> + <property name="animation-frame4" value="49"/> + </properties> + <animation> + <frame tileid="45" duration="500"/> + <frame tileid="46" duration="200"/> + <frame tileid="47" duration="180"/> + <frame tileid="48" duration="160"/> + <frame tileid="49" duration="150"/> + </animation> + </tile> + <tile id="122"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="5"/> + <property name="animation-frame1" value="6"/> + <property name="animation-frame2" value="7"/> + <property name="animation-frame3" value="8"/> + <property name="animation-frame4" value="9"/> + </properties> + <animation> + <frame tileid="5" duration="500"/> + <frame tileid="6" duration="200"/> + <frame tileid="7" duration="180"/> + <frame tileid="8" duration="160"/> + <frame tileid="9" duration="150"/> + </animation> + </tile> + <tile id="123"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="10"/> + <property name="animation-frame1" value="11"/> + <property name="animation-frame2" value="12"/> + <property name="animation-frame3" value="13"/> + <property name="animation-frame4" value="14"/> + </properties> + <animation> + <frame tileid="10" duration="500"/> + <frame tileid="11" duration="200"/> + <frame tileid="12" duration="180"/> + <frame tileid="13" duration="160"/> + <frame tileid="14" duration="150"/> + </animation> + </tile> + <tile id="124"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="25"/> + <property name="animation-frame1" value="26"/> + <property name="animation-frame2" value="27"/> + <property name="animation-frame3" value="28"/> + <property name="animation-frame4" value="29"/> + </properties> + <animation> + <frame tileid="25" duration="500"/> + <frame tileid="26" duration="200"/> + <frame tileid="27" duration="180"/> + <frame tileid="28" duration="160"/> + <frame tileid="29" duration="150"/> + </animation> + </tile> + <tile id="125"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="60"/> + <property name="animation-frame1" value="61"/> + <property name="animation-frame2" value="62"/> + <property name="animation-frame3" value="63"/> + <property name="animation-frame4" value="64"/> + </properties> + <animation> + <frame tileid="60" duration="500"/> + <frame tileid="61" duration="200"/> + <frame tileid="62" duration="180"/> + <frame tileid="63" duration="160"/> + <frame tileid="64" duration="150"/> + </animation> + </tile> + <tile id="126"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="105"/> + <property name="animation-frame1" value="106"/> + <property name="animation-frame2" value="107"/> + <property name="animation-frame3" value="108"/> + <property name="animation-frame4" value="109"/> + </properties> + <animation> + <frame tileid="105" duration="500"/> + <frame tileid="106" duration="200"/> + <frame tileid="107" duration="180"/> + <frame tileid="108" duration="160"/> + <frame tileid="109" duration="150"/> + </animation> + </tile> + <tile id="127"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="65"/> + <property name="animation-frame1" value="66"/> + <property name="animation-frame2" value="67"/> + <property name="animation-frame3" value="68"/> + <property name="animation-frame4" value="69"/> + </properties> + <animation> + <frame tileid="65" duration="500"/> + <frame tileid="66" duration="200"/> + <frame tileid="67" duration="180"/> + <frame tileid="68" duration="160"/> + <frame tileid="69" duration="150"/> + </animation> + </tile> + <tile id="128"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="70"/> + <property name="animation-frame1" value="71"/> + <property name="animation-frame2" value="72"/> + <property name="animation-frame3" value="73"/> + <property name="animation-frame4" value="74"/> + </properties> + <animation> + <frame tileid="70" duration="500"/> + <frame tileid="71" duration="200"/> + <frame tileid="72" duration="180"/> + <frame tileid="73" duration="160"/> + <frame tileid="74" duration="150"/> + </animation> + </tile> + <tile id="129"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="85"/> + <property name="animation-frame1" value="86"/> + <property name="animation-frame2" value="87"/> + <property name="animation-frame3" value="88"/> + <property name="animation-frame4" value="89"/> + </properties> + <animation> + <frame tileid="85" duration="500"/> + <frame tileid="86" duration="200"/> + <frame tileid="87" duration="180"/> + <frame tileid="88" duration="160"/> + <frame tileid="89" duration="150"/> + </animation> + </tile> + <tile id="135"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="15"/> + <property name="animation-frame1" value="16"/> + <property name="animation-frame2" value="17"/> + <property name="animation-frame3" value="18"/> + <property name="animation-frame4" value="19"/> + </properties> + <animation> + <frame tileid="15" duration="500"/> + <frame tileid="16" duration="200"/> + <frame tileid="17" duration="180"/> + <frame tileid="18" duration="160"/> + <frame tileid="19" duration="150"/> + </animation> + </tile> + <tile id="137"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="20"/> + <property name="animation-frame1" value="21"/> + <property name="animation-frame2" value="22"/> + <property name="animation-frame3" value="23"/> + <property name="animation-frame4" value="24"/> + </properties> + <animation> + <frame tileid="20" duration="500"/> + <frame tileid="21" duration="200"/> + <frame tileid="22" duration="180"/> + <frame tileid="23" duration="160"/> + <frame tileid="24" duration="150"/> + </animation> + </tile> + <tile id="138"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="40"/> + <property name="animation-frame1" value="41"/> + <property name="animation-frame2" value="42"/> + <property name="animation-frame3" value="43"/> + <property name="animation-frame4" value="44"/> + </properties> + <animation> + <frame tileid="40" duration="500"/> + <frame tileid="41" duration="200"/> + <frame tileid="42" duration="180"/> + <frame tileid="43" duration="160"/> + <frame tileid="44" duration="150"/> + </animation> + </tile> + <tile id="139"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="55"/> + <property name="animation-frame1" value="56"/> + <property name="animation-frame2" value="57"/> + <property name="animation-frame3" value="58"/> + <property name="animation-frame4" value="59"/> + </properties> + <animation> + <frame tileid="55" duration="500"/> + <frame tileid="56" duration="200"/> + <frame tileid="57" duration="180"/> + <frame tileid="58" duration="160"/> + <frame tileid="59" duration="150"/> + </animation> + </tile> + <tile id="140"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="75"/> + <property name="animation-frame1" value="76"/> + <property name="animation-frame2" value="77"/> + <property name="animation-frame3" value="78"/> + <property name="animation-frame4" value="79"/> + </properties> + <animation> + <frame tileid="75" duration="500"/> + <frame tileid="76" duration="200"/> + <frame tileid="77" duration="180"/> + <frame tileid="78" duration="160"/> + <frame tileid="79" duration="150"/> + </animation> + </tile> + <tile id="142"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="80"/> + <property name="animation-frame1" value="81"/> + <property name="animation-frame2" value="82"/> + <property name="animation-frame3" value="83"/> + <property name="animation-frame4" value="84"/> + </properties> + <animation> + <frame tileid="80" duration="500"/> + <frame tileid="81" duration="200"/> + <frame tileid="82" duration="180"/> + <frame tileid="83" duration="160"/> + <frame tileid="84" duration="150"/> + </animation> + </tile> + <tile id="143"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="100"/> + <property name="animation-frame1" value="101"/> + <property name="animation-frame2" value="102"/> + <property name="animation-frame3" value="103"/> + <property name="animation-frame4" value="104"/> + </properties> + <animation> + <frame tileid="100" duration="500"/> + <frame tileid="101" duration="200"/> + <frame tileid="102" duration="180"/> + <frame tileid="103" duration="160"/> + <frame tileid="104" duration="150"/> + </animation> + </tile> + <tile id="144"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="115"/> + <property name="animation-frame1" value="116"/> + <property name="animation-frame2" value="117"/> + <property name="animation-frame3" value="118"/> + <property name="animation-frame4" value="119"/> + </properties> + <animation> + <frame tileid="115" duration="500"/> + <frame tileid="116" duration="200"/> + <frame tileid="117" duration="180"/> + <frame tileid="118" duration="160"/> + <frame tileid="119" duration="150"/> + </animation> + </tile> + <tile id="150"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="30"/> + <property name="animation-frame1" value="31"/> + <property name="animation-frame2" value="32"/> + <property name="animation-frame3" value="33"/> + <property name="animation-frame4" value="34"/> + </properties> + <animation> + <frame tileid="30" duration="500"/> + <frame tileid="31" duration="200"/> + <frame tileid="32" duration="180"/> + <frame tileid="33" duration="160"/> + <frame tileid="34" duration="150"/> + </animation> + </tile> + <tile id="151"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="50"/> + <property name="animation-frame1" value="51"/> + <property name="animation-frame2" value="52"/> + <property name="animation-frame3" value="53"/> + <property name="animation-frame4" value="54"/> + </properties> + <animation> + <frame tileid="50" duration="500"/> + <frame tileid="51" duration="200"/> + <frame tileid="52" duration="180"/> + <frame tileid="53" duration="160"/> + <frame tileid="54" duration="150"/> + </animation> + </tile> + <tile id="152"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="35"/> + <property name="animation-frame1" value="36"/> + <property name="animation-frame2" value="37"/> + <property name="animation-frame3" value="38"/> + <property name="animation-frame4" value="39"/> + </properties> + <animation> + <frame tileid="35" duration="500"/> + <frame tileid="36" duration="200"/> + <frame tileid="37" duration="180"/> + <frame tileid="38" duration="160"/> + <frame tileid="39" duration="150"/> + </animation> + </tile> + <tile id="153"> + <animation> + <frame tileid="190" duration="300"/> + <frame tileid="191" duration="300"/> + <frame tileid="192" duration="300"/> + <frame tileid="193" duration="300"/> + <frame tileid="194" duration="300"/> + <frame tileid="193" duration="300"/> + <frame tileid="192" duration="300"/> + <frame tileid="191" duration="300"/> + </animation> + </tile> + <tile id="154"> + <animation> + <frame tileid="220" duration="300"/> + <frame tileid="221" duration="300"/> + <frame tileid="222" duration="300"/> + <frame tileid="223" duration="300"/> + <frame tileid="224" duration="300"/> + <frame tileid="223" duration="300"/> + <frame tileid="222" duration="300"/> + <frame tileid="221" duration="300"/> + </animation> + </tile> + <tile id="155"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="90"/> + <property name="animation-frame1" value="91"/> + <property name="animation-frame2" value="92"/> + <property name="animation-frame3" value="93"/> + <property name="animation-frame4" value="94"/> + </properties> + <animation> + <frame tileid="90" duration="500"/> + <frame tileid="91" duration="200"/> + <frame tileid="92" duration="180"/> + <frame tileid="93" duration="160"/> + <frame tileid="94" duration="150"/> + </animation> + </tile> + <tile id="156"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="110"/> + <property name="animation-frame1" value="111"/> + <property name="animation-frame2" value="112"/> + <property name="animation-frame3" value="113"/> + <property name="animation-frame4" value="114"/> + </properties> + <animation> + <frame tileid="110" duration="500"/> + <frame tileid="111" duration="200"/> + <frame tileid="112" duration="180"/> + <frame tileid="113" duration="160"/> + <frame tileid="114" duration="150"/> + </animation> + </tile> + <tile id="157"> + <properties> + <property name="animation-delay0" value="50"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="18"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="15"/> + <property name="animation-frame0" value="95"/> + <property name="animation-frame1" value="96"/> + <property name="animation-frame2" value="97"/> + <property name="animation-frame3" value="98"/> + <property name="animation-frame4" value="99"/> + </properties> + <animation> + <frame tileid="95" duration="500"/> + <frame tileid="96" duration="200"/> + <frame tileid="97" duration="180"/> + <frame tileid="98" duration="160"/> + <frame tileid="99" duration="150"/> + </animation> + </tile> +</tileset> diff --git a/tilesets/water_overflow.tsx b/tilesets/water_overflow.tsx new file mode 100644 index 00000000..d69d50fb --- /dev/null +++ b/tilesets/water_overflow.tsx @@ -0,0 +1,244 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="water_overflow" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/water_overflow.png" width="288" height="256"/> + <tile id="8"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="3"/> + <property name="animation-frame4" value="4"/> + <property name="animation-frame5" value="5"/> + <property name="animation-frame6" value="6"/> + <property name="animation-frame7" value="7"/> + </properties> + <animation> + <frame tileid="0" duration="35"/> + <frame tileid="1" duration="35"/> + <frame tileid="2" duration="35"/> + <frame tileid="3" duration="35"/> + <frame tileid="4" duration="35"/> + <frame tileid="5" duration="35"/> + <frame tileid="6" duration="35"/> + <frame tileid="7" duration="35"/> + </animation> + </tile> + <tile id="17"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="9"/> + <property name="animation-frame1" value="10"/> + <property name="animation-frame2" value="11"/> + <property name="animation-frame3" value="12"/> + <property name="animation-frame4" value="13"/> + <property name="animation-frame5" value="14"/> + <property name="animation-frame6" value="15"/> + <property name="animation-frame7" value="16"/> + </properties> + <animation> + <frame tileid="9" duration="35"/> + <frame tileid="10" duration="35"/> + <frame tileid="11" duration="35"/> + <frame tileid="12" duration="35"/> + <frame tileid="13" duration="35"/> + <frame tileid="14" duration="35"/> + <frame tileid="15" duration="35"/> + <frame tileid="16" duration="35"/> + </animation> + </tile> + <tile id="26"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="18"/> + <property name="animation-frame1" value="19"/> + <property name="animation-frame2" value="20"/> + <property name="animation-frame3" value="21"/> + <property name="animation-frame4" value="22"/> + <property name="animation-frame5" value="23"/> + <property name="animation-frame6" value="24"/> + <property name="animation-frame7" value="25"/> + </properties> + <animation> + <frame tileid="18" duration="35"/> + <frame tileid="19" duration="35"/> + <frame tileid="20" duration="35"/> + <frame tileid="21" duration="35"/> + <frame tileid="22" duration="35"/> + <frame tileid="23" duration="35"/> + <frame tileid="24" duration="35"/> + <frame tileid="25" duration="35"/> + </animation> + </tile> + <tile id="35"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="27"/> + <property name="animation-frame1" value="28"/> + <property name="animation-frame2" value="29"/> + <property name="animation-frame3" value="30"/> + <property name="animation-frame4" value="31"/> + <property name="animation-frame5" value="32"/> + <property name="animation-frame6" value="33"/> + <property name="animation-frame7" value="34"/> + </properties> + <animation> + <frame tileid="27" duration="35"/> + <frame tileid="28" duration="35"/> + <frame tileid="29" duration="35"/> + <frame tileid="30" duration="35"/> + <frame tileid="31" duration="35"/> + <frame tileid="32" duration="35"/> + <frame tileid="33" duration="35"/> + <frame tileid="34" duration="35"/> + </animation> + </tile> + <tile id="44"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="36"/> + <property name="animation-frame1" value="37"/> + <property name="animation-frame2" value="38"/> + <property name="animation-frame3" value="39"/> + <property name="animation-frame4" value="40"/> + <property name="animation-frame5" value="41"/> + <property name="animation-frame6" value="42"/> + <property name="animation-frame7" value="43"/> + </properties> + <animation> + <frame tileid="36" duration="35"/> + <frame tileid="37" duration="35"/> + <frame tileid="38" duration="35"/> + <frame tileid="39" duration="35"/> + <frame tileid="40" duration="35"/> + <frame tileid="41" duration="35"/> + <frame tileid="42" duration="35"/> + <frame tileid="43" duration="35"/> + </animation> + </tile> + <tile id="53"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="45"/> + <property name="animation-frame1" value="46"/> + <property name="animation-frame2" value="47"/> + <property name="animation-frame3" value="48"/> + <property name="animation-frame4" value="49"/> + <property name="animation-frame5" value="50"/> + <property name="animation-frame6" value="51"/> + <property name="animation-frame7" value="52"/> + </properties> + <animation> + <frame tileid="45" duration="35"/> + <frame tileid="46" duration="35"/> + <frame tileid="47" duration="35"/> + <frame tileid="48" duration="35"/> + <frame tileid="49" duration="35"/> + <frame tileid="50" duration="35"/> + <frame tileid="51" duration="35"/> + <frame tileid="52" duration="35"/> + </animation> + </tile> + <tile id="62"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="54"/> + <property name="animation-frame1" value="55"/> + <property name="animation-frame2" value="56"/> + <property name="animation-frame3" value="57"/> + <property name="animation-frame4" value="58"/> + <property name="animation-frame5" value="59"/> + <property name="animation-frame6" value="60"/> + <property name="animation-frame7" value="61"/> + </properties> + <animation> + <frame tileid="54" duration="35"/> + <frame tileid="55" duration="35"/> + <frame tileid="56" duration="35"/> + <frame tileid="57" duration="35"/> + <frame tileid="58" duration="35"/> + <frame tileid="59" duration="35"/> + <frame tileid="60" duration="35"/> + <frame tileid="61" duration="35"/> + </animation> + </tile> + <tile id="71"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="63"/> + <property name="animation-frame1" value="64"/> + <property name="animation-frame2" value="65"/> + <property name="animation-frame3" value="66"/> + <property name="animation-frame4" value="67"/> + <property name="animation-frame5" value="68"/> + <property name="animation-frame6" value="69"/> + <property name="animation-frame7" value="70"/> + </properties> + <animation> + <frame tileid="63" duration="35"/> + <frame tileid="64" duration="35"/> + <frame tileid="65" duration="35"/> + <frame tileid="66" duration="35"/> + <frame tileid="67" duration="35"/> + <frame tileid="68" duration="35"/> + <frame tileid="69" duration="35"/> + <frame tileid="70" duration="35"/> + </animation> + </tile> +</tileset> diff --git a/tilesets/waterflow.tsx b/tilesets/waterflow.tsx new file mode 100644 index 00000000..1ea21a9c --- /dev/null +++ b/tilesets/waterflow.tsx @@ -0,0 +1,244 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="waterflow" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/waterflow.png" width="288" height="256"/> + <tile id="8"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="3"/> + <property name="animation-frame4" value="4"/> + <property name="animation-frame5" value="5"/> + <property name="animation-frame6" value="6"/> + <property name="animation-frame7" value="7"/> + </properties> + <animation> + <frame tileid="0" duration="35"/> + <frame tileid="1" duration="35"/> + <frame tileid="2" duration="35"/> + <frame tileid="3" duration="35"/> + <frame tileid="4" duration="35"/> + <frame tileid="5" duration="35"/> + <frame tileid="6" duration="35"/> + <frame tileid="7" duration="35"/> + </animation> + </tile> + <tile id="17"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="9"/> + <property name="animation-frame1" value="10"/> + <property name="animation-frame2" value="11"/> + <property name="animation-frame3" value="12"/> + <property name="animation-frame4" value="13"/> + <property name="animation-frame5" value="14"/> + <property name="animation-frame6" value="15"/> + <property name="animation-frame7" value="16"/> + </properties> + <animation> + <frame tileid="9" duration="35"/> + <frame tileid="10" duration="35"/> + <frame tileid="11" duration="35"/> + <frame tileid="12" duration="35"/> + <frame tileid="13" duration="35"/> + <frame tileid="14" duration="35"/> + <frame tileid="15" duration="35"/> + <frame tileid="16" duration="35"/> + </animation> + </tile> + <tile id="26"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="18"/> + <property name="animation-frame1" value="19"/> + <property name="animation-frame2" value="20"/> + <property name="animation-frame3" value="21"/> + <property name="animation-frame4" value="22"/> + <property name="animation-frame5" value="23"/> + <property name="animation-frame6" value="24"/> + <property name="animation-frame7" value="25"/> + </properties> + <animation> + <frame tileid="18" duration="35"/> + <frame tileid="19" duration="35"/> + <frame tileid="20" duration="35"/> + <frame tileid="21" duration="35"/> + <frame tileid="22" duration="35"/> + <frame tileid="23" duration="35"/> + <frame tileid="24" duration="35"/> + <frame tileid="25" duration="35"/> + </animation> + </tile> + <tile id="35"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="27"/> + <property name="animation-frame1" value="28"/> + <property name="animation-frame2" value="29"/> + <property name="animation-frame3" value="30"/> + <property name="animation-frame4" value="31"/> + <property name="animation-frame5" value="32"/> + <property name="animation-frame6" value="33"/> + <property name="animation-frame7" value="34"/> + </properties> + <animation> + <frame tileid="27" duration="35"/> + <frame tileid="28" duration="35"/> + <frame tileid="29" duration="35"/> + <frame tileid="30" duration="35"/> + <frame tileid="31" duration="35"/> + <frame tileid="32" duration="35"/> + <frame tileid="33" duration="35"/> + <frame tileid="34" duration="35"/> + </animation> + </tile> + <tile id="44"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="36"/> + <property name="animation-frame1" value="37"/> + <property name="animation-frame2" value="38"/> + <property name="animation-frame3" value="39"/> + <property name="animation-frame4" value="40"/> + <property name="animation-frame5" value="41"/> + <property name="animation-frame6" value="42"/> + <property name="animation-frame7" value="43"/> + </properties> + <animation> + <frame tileid="36" duration="35"/> + <frame tileid="37" duration="35"/> + <frame tileid="38" duration="35"/> + <frame tileid="39" duration="35"/> + <frame tileid="40" duration="35"/> + <frame tileid="41" duration="35"/> + <frame tileid="42" duration="35"/> + <frame tileid="43" duration="35"/> + </animation> + </tile> + <tile id="53"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="45"/> + <property name="animation-frame1" value="46"/> + <property name="animation-frame2" value="47"/> + <property name="animation-frame3" value="48"/> + <property name="animation-frame4" value="49"/> + <property name="animation-frame5" value="50"/> + <property name="animation-frame6" value="51"/> + <property name="animation-frame7" value="52"/> + </properties> + <animation> + <frame tileid="45" duration="35"/> + <frame tileid="46" duration="35"/> + <frame tileid="47" duration="35"/> + <frame tileid="48" duration="35"/> + <frame tileid="49" duration="35"/> + <frame tileid="50" duration="35"/> + <frame tileid="51" duration="35"/> + <frame tileid="52" duration="35"/> + </animation> + </tile> + <tile id="62"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="54"/> + <property name="animation-frame1" value="55"/> + <property name="animation-frame2" value="56"/> + <property name="animation-frame3" value="57"/> + <property name="animation-frame4" value="58"/> + <property name="animation-frame5" value="59"/> + <property name="animation-frame6" value="60"/> + <property name="animation-frame7" value="61"/> + </properties> + <animation> + <frame tileid="54" duration="35"/> + <frame tileid="55" duration="35"/> + <frame tileid="56" duration="35"/> + <frame tileid="57" duration="35"/> + <frame tileid="58" duration="35"/> + <frame tileid="59" duration="35"/> + <frame tileid="60" duration="35"/> + <frame tileid="61" duration="35"/> + </animation> + </tile> + <tile id="71"> + <properties> + <property name="animation-delay0" value="35"/> + <property name="animation-delay1" value="35"/> + <property name="animation-delay2" value="35"/> + <property name="animation-delay3" value="35"/> + <property name="animation-delay4" value="35"/> + <property name="animation-delay5" value="35"/> + <property name="animation-delay6" value="35"/> + <property name="animation-delay7" value="35"/> + <property name="animation-frame0" value="63"/> + <property name="animation-frame1" value="64"/> + <property name="animation-frame2" value="65"/> + <property name="animation-frame3" value="66"/> + <property name="animation-frame4" value="67"/> + <property name="animation-frame5" value="68"/> + <property name="animation-frame6" value="69"/> + <property name="animation-frame7" value="70"/> + </properties> + <animation> + <frame tileid="63" duration="35"/> + <frame tileid="64" duration="35"/> + <frame tileid="65" duration="35"/> + <frame tileid="66" duration="35"/> + <frame tileid="67" duration="35"/> + <frame tileid="68" duration="35"/> + <frame tileid="69" duration="35"/> + <frame tileid="70" duration="35"/> + </animation> + </tile> +</tileset> diff --git a/tilesets/witch_sisters_picture_x3.tsx b/tilesets/witch_sisters_picture_x3.tsx new file mode 100644 index 00000000..df629028 --- /dev/null +++ b/tilesets/witch_sisters_picture_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="witch_sisters_picture_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/witch_sisters_picture_x3.png" width="64" height="96"/> +</tileset> diff --git a/tilesets/wood_lab.tsx b/tilesets/wood_lab.tsx new file mode 100644 index 00000000..a0520f38 --- /dev/null +++ b/tilesets/wood_lab.tsx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="wood_lab" tilewidth="96" tileheight="96"> + <image source="../graphics/tiles/wood_lab.png" width="384" height="288"/> + <tile id="8"> + <properties> + <property name="animation-delay0" value="5"/> + <property name="animation-delay1" value="5"/> + <property name="animation-delay2" value="5"/> + <property name="animation-delay3" value="5"/> + <property name="animation-delay4" value="5"/> + <property name="animation-delay5" value="5"/> + <property name="animation-delay6" value="5"/> + <property name="animation-delay7" value="5"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="7"/> + <property name="animation-frame7" value="0"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/wood_lab_small.tsx b/tilesets/wood_lab_small.tsx new file mode 100644 index 00000000..f6f509a9 --- /dev/null +++ b/tilesets/wood_lab_small.tsx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="wood_lab_small" tilewidth="64" tileheight="96"> + <image source="../graphics/tiles/wood_lab_small.png" width="512" height="96"/> + <tile id="0"> + <properties> + <property name="animation-delay0" value="5"/> + <property name="animation-delay1" value="5"/> + <property name="animation-delay2" value="5"/> + <property name="animation-delay3" value="5"/> + <property name="animation-delay4" value="5"/> + <property name="animation-delay5" value="5"/> + <property name="animation-delay6" value="5"/> + <property name="animation-delay7" value="5"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="7"/> + <property name="animation-frame7" value="0"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/woodenpump.tsx b/tilesets/woodenpump.tsx new file mode 100644 index 00000000..21af9355 --- /dev/null +++ b/tilesets/woodenpump.tsx @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodenpump" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodenpump.png" width="352" height="96"/> + <tile id="0"> + <animation> + <frame tileid="1" duration="130"/> + <frame tileid="2" duration="130"/> + <frame tileid="3" duration="130"/> + <frame tileid="4" duration="130"/> + <frame tileid="5" duration="130"/> + <frame tileid="6" duration="130"/> + <frame tileid="7" duration="130"/> + <frame tileid="8" duration="130"/> + <frame tileid="9" duration="130"/> + <frame tileid="10" duration="130"/> + </animation> + <properties> + <property name="animation-delay0" value="13"/> + <property name="animation-delay1" value="20"/> + <property name="animation-delay2" value="13"/> + <property name="animation-delay3" value="13"/> + <property name="animation-delay4" value="13"/> + <property name="animation-delay5" value="13"/> + <property name="animation-delay6" value="13"/> + <property name="animation-delay7" value="13"/> + <property name="animation-delay8" value="13"/> + <property name="animation-delay9" value="13"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="7"/> + <property name="animation-frame7" value="8"/> + <property name="animation-frame8" value="9"/> + <property name="animation-frame9" value="10"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/woodland_graveyard_crypt.tsx b/tilesets/woodland_graveyard_crypt.tsx new file mode 100644 index 00000000..a42b6670 --- /dev/null +++ b/tilesets/woodland_graveyard_crypt.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_graveyard_crypt" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_graveyard_crypt.png" width="224" height="288"/> +</tileset> diff --git a/tilesets/woodland_graveyard_crypt_x9.tsx b/tilesets/woodland_graveyard_crypt_x9.tsx new file mode 100644 index 00000000..06ed7ab6 --- /dev/null +++ b/tilesets/woodland_graveyard_crypt_x9.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_graveyard_crypt_x9" tilewidth="32" tileheight="288"> + <image source="../graphics/tiles/woodland_graveyard_crypt.png" width="224" height="288"/> +</tileset> diff --git a/tilesets/woodland_graveyard_ground.tsx b/tilesets/woodland_graveyard_ground.tsx new file mode 100644 index 00000000..f7b8ceb0 --- /dev/null +++ b/tilesets/woodland_graveyard_ground.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_graveyard_ground" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_graveyard_ground.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/woodland_graveyard_x3.tsx b/tilesets/woodland_graveyard_x3.tsx new file mode 100644 index 00000000..09821fd6 --- /dev/null +++ b/tilesets/woodland_graveyard_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_graveyard_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodland_graveyard_x3.png" width="512" height="480"/> +</tileset> diff --git a/tilesets/woodland_graveyard_x4.tsx b/tilesets/woodland_graveyard_x4.tsx new file mode 100644 index 00000000..9c23e3d3 --- /dev/null +++ b/tilesets/woodland_graveyard_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_graveyard_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/woodland_graveyard_x4.png" width="512" height="256"/> +</tileset> diff --git a/tilesets/woodland_ground.tsx b/tilesets/woodland_ground.tsx new file mode 100644 index 00000000..978b7cf2 --- /dev/null +++ b/tilesets/woodland_ground.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_ground" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_ground.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/woodland_indoor.tsx b/tilesets/woodland_indoor.tsx new file mode 100644 index 00000000..6143403e --- /dev/null +++ b/tilesets/woodland_indoor.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_indoor" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/woodland_indoor_x2.tsx b/tilesets/woodland_indoor_x2.tsx new file mode 100644 index 00000000..dc196b5e --- /dev/null +++ b/tilesets/woodland_indoor_x2.tsx @@ -0,0 +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> diff --git a/tilesets/woodland_indoor_x3.tsx b/tilesets/woodland_indoor_x3.tsx new file mode 100644 index 00000000..b7594042 --- /dev/null +++ b/tilesets/woodland_indoor_x3.tsx @@ -0,0 +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="288"/> +</tileset> diff --git a/tilesets/woodland_swamp.tsx b/tilesets/woodland_swamp.tsx new file mode 100644 index 00000000..3e45ca21 --- /dev/null +++ b/tilesets/woodland_swamp.tsx @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_swamp" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_swamp.png" width="512" height="512"/> + <tile id="69"> + <properties> + <property name="animation-delay0" value="32"/> + <property name="animation-delay1" value="37"/> + <property name="animation-delay2" value="33"/> + <property name="animation-delay3" value="38"/> + <property name="animation-delay4" value="40"/> + <property name="animation-frame0" value="112"/> + <property name="animation-frame1" value="113"/> + <property name="animation-frame2" value="114"/> + <property name="animation-frame3" value="115"/> + <property name="animation-frame4" value="116"/> + </properties> + </tile> + <tile id="71"> + <properties> + <property name="animation-delay0" value="1200"/> + <property name="animation-delay1" value="3"/> + <property name="animation-delay10" value="3"/> + <property name="animation-delay11" value="3"/> + <property name="animation-delay12" value="3"/> + <property name="animation-delay13" value="3"/> + <property name="animation-delay2" value="3"/> + <property name="animation-delay3" value="3"/> + <property name="animation-delay4" value="3"/> + <property name="animation-delay5" value="3"/> + <property name="animation-delay6" value="3"/> + <property name="animation-delay7" value="3"/> + <property name="animation-delay8" value="3"/> + <property name="animation-delay9" value="3"/> + <property name="animation-frame0" value="144"/> + <property name="animation-frame1" value="145"/> + <property name="animation-frame10" value="148"/> + <property name="animation-frame11" value="146"/> + <property name="animation-frame12" value="147"/> + <property name="animation-frame13" value="148"/> + <property name="animation-frame2" value="146"/> + <property name="animation-frame3" value="147"/> + <property name="animation-frame4" value="148"/> + <property name="animation-frame5" value="147"/> + <property name="animation-frame6" value="146"/> + <property name="animation-frame7" value="147"/> + <property name="animation-frame8" value="146"/> + <property name="animation-frame9" value="147"/> + </properties> + </tile> + <tile id="85"> + <properties> + <property name="animation-delay0" value="40"/> + <property name="animation-delay1" value="42"/> + <property name="animation-delay2" value="45"/> + <property name="animation-delay3" value="42"/> + <property name="animation-delay4" value="40"/> + <property name="animation-frame0" value="128"/> + <property name="animation-frame1" value="129"/> + <property name="animation-frame2" value="130"/> + <property name="animation-frame3" value="131"/> + <property name="animation-frame4" value="132"/> + </properties> + </tile> + <tile id="86"> + <properties> + <property name="animation-delay0" value="25"/> + <property name="animation-delay1" value="27"/> + <property name="animation-delay2" value="24"/> + <property name="animation-delay3" value="27"/> + <property name="animation-delay4" value="28"/> + <property name="animation-frame0" value="96"/> + <property name="animation-frame1" value="97"/> + <property name="animation-frame2" value="98"/> + <property name="animation-frame3" value="99"/> + <property name="animation-frame4" value="100"/> + </properties> + </tile> +</tileset> diff --git a/tilesets/woodland_village.tsx b/tilesets/woodland_village.tsx new file mode 100644 index 00000000..8593e564 --- /dev/null +++ b/tilesets/woodland_village.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_village" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_village.png" width="512" height="512"/> +</tileset> diff --git a/tilesets/woodland_village_x2.tsx b/tilesets/woodland_village_x2.tsx new file mode 100644 index 00000000..4c30e9ad --- /dev/null +++ b/tilesets/woodland_village_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_village_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/woodland_village_x2.png" width="512" height="64"/> +</tileset> diff --git a/tilesets/woodland_village_x3.tsx b/tilesets/woodland_village_x3.tsx new file mode 100644 index 00000000..942a2736 --- /dev/null +++ b/tilesets/woodland_village_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_village_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodland_village_x3.png" width="704" height="288"/> +</tileset>
\ No newline at end of file diff --git a/tilesets/woodland_water.tsx b/tilesets/woodland_water.tsx new file mode 100644 index 00000000..24726968 --- /dev/null +++ b/tilesets/woodland_water.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_water" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/woodland_water.png" width="512" height="96"/> +</tileset> diff --git a/tilesets/woodland_x2.tsx b/tilesets/woodland_x2.tsx new file mode 100644 index 00000000..31446d23 --- /dev/null +++ b/tilesets/woodland_x2.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_x2" tilewidth="32" tileheight="64"> + <image source="../graphics/tiles/woodland_x2.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/woodland_x3.tsx b/tilesets/woodland_x3.tsx new file mode 100644 index 00000000..78805d84 --- /dev/null +++ b/tilesets/woodland_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodland_x3.png" width="512" height="192"/> +</tileset> diff --git a/tilesets/woodland_x4.tsx b/tilesets/woodland_x4.tsx new file mode 100644 index 00000000..f03c5a6f --- /dev/null +++ b/tilesets/woodland_x4.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_x4" tilewidth="32" tileheight="128"> + <image source="../graphics/tiles/woodland_x4.png" width="512" height="128"/> +</tileset> diff --git a/tilesets/woodland_x5.tsx b/tilesets/woodland_x5.tsx new file mode 100644 index 00000000..338b6f24 --- /dev/null +++ b/tilesets/woodland_x5.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_x5" tilewidth="32" tileheight="160"> + <image source="../graphics/tiles/woodland_x5.png" width="512" height="160"/> +</tileset> diff --git a/tilesets/woodland_x8.tsx b/tilesets/woodland_x8.tsx new file mode 100644 index 00000000..979f49ed --- /dev/null +++ b/tilesets/woodland_x8.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_x8" tilewidth="32" tileheight="256"> + <image source="../graphics/tiles/woodland_x8.png" width="512" height="256"/> +</tileset> |