diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-01-19 03:25:45 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-01-19 03:28:31 +0000 |
commit | ef3527593e6a7f78dd33ff9cb2cea723111f15bc (patch) | |
tree | 04c6ae06997053bf1d9eb43d5af42b6fb40a58cd /graphics | |
parent | bca037dfa094a84d93f7c61cc7de2b72d400ecc3 (diff) | |
download | clientdata-ef3527593e6a7f78dd33ff9cb2cea723111f15bc.tar.gz clientdata-ef3527593e6a7f78dd33ff9cb2cea723111f15bc.tar.bz2 clientdata-ef3527593e6a7f78dd33ff9cb2cea723111f15bc.tar.xz clientdata-ef3527593e6a7f78dd33ff9cb2cea723111f15bc.zip |
Lilypond tile have now a small water animation,
Make lilypond flower tile with red collision,
Move some accessories tiles from ground to accessories tileset,
Rename accessories to accessory,
Change candle tileset name to Candle, to fit other tilesets,
Add new lilypond tiles and animation on 000-1 map.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tilesets/accessories.png | bin | 10449 -> 0 bytes | |||
-rw-r--r-- | graphics/tilesets/accessory.png | bin | 0 -> 10460 bytes | |||
-rw-r--r-- | graphics/tilesets/accessory.tsx | 18 | ||||
-rw-r--r-- | graphics/tilesets/candle.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/ground.png | bin | 207422 -> 206075 bytes |
5 files changed, 19 insertions, 1 deletions
diff --git a/graphics/tilesets/accessories.png b/graphics/tilesets/accessories.png Binary files differdeleted file mode 100644 index 7bc8f2e2..00000000 --- a/graphics/tilesets/accessories.png +++ /dev/null diff --git a/graphics/tilesets/accessory.png b/graphics/tilesets/accessory.png Binary files differnew file mode 100644 index 00000000..deb2a522 --- /dev/null +++ b/graphics/tilesets/accessory.png diff --git a/graphics/tilesets/accessory.tsx b/graphics/tilesets/accessory.tsx new file mode 100644 index 00000000..3b418823 --- /dev/null +++ b/graphics/tilesets/accessory.tsx @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Accessory" tilewidth="32" tileheight="32"> + <image source="accessory.png" width="512" height="64"/> + <tile id="20"> + <properties> + <property name="animation-delay0" value="750"/> + <property name="animation-delay1" value="8"/> + <property name="animation-delay2" value="8"/> + <property name="animation-delay3" value="8"/> + <property name="animation-delay4" value="8"/> + <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> + </tile> +</tileset> diff --git a/graphics/tilesets/candle.tsx b/graphics/tilesets/candle.tsx index 7feffb7e..f596a6fd 100644 --- a/graphics/tilesets/candle.tsx +++ b/graphics/tilesets/candle.tsx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="candle" tilewidth="32" tileheight="64"> +<tileset name="Candle" tilewidth="32" tileheight="64"> <image source="candle.png" width="96" height="128"/> <tile id="0"> <properties> diff --git a/graphics/tilesets/ground.png b/graphics/tilesets/ground.png Binary files differindex 6e7426a5..b7b1934b 100644 --- a/graphics/tilesets/ground.png +++ b/graphics/tilesets/ground.png |