summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-01-19 03:25:45 +0000
committerReid Yaro <reidyaro@gmail.com>2013-01-19 03:28:31 +0000
commitef3527593e6a7f78dd33ff9cb2cea723111f15bc (patch)
tree04c6ae06997053bf1d9eb43d5af42b6fb40a58cd /graphics
parentbca037dfa094a84d93f7c61cc7de2b72d400ecc3 (diff)
downloadclientdata-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.pngbin10449 -> 0 bytes
-rw-r--r--graphics/tilesets/accessory.pngbin0 -> 10460 bytes
-rw-r--r--graphics/tilesets/accessory.tsx18
-rw-r--r--graphics/tilesets/candle.tsx2
-rw-r--r--graphics/tilesets/ground.pngbin207422 -> 206075 bytes
5 files changed, 19 insertions, 1 deletions
diff --git a/graphics/tilesets/accessories.png b/graphics/tilesets/accessories.png
deleted file mode 100644
index 7bc8f2e2..00000000
--- a/graphics/tilesets/accessories.png
+++ /dev/null
Binary files differ
diff --git a/graphics/tilesets/accessory.png b/graphics/tilesets/accessory.png
new file mode 100644
index 00000000..deb2a522
--- /dev/null
+++ b/graphics/tilesets/accessory.png
Binary files differ
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
index 6e7426a5..b7b1934b 100644
--- a/graphics/tilesets/ground.png
+++ b/graphics/tilesets/ground.png
Binary files differ