diff options
author | Reid <reidyaro@gmail.com> | 2014-12-11 00:17:21 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-12-11 00:17:21 +0100 |
commit | 93e23d26613e3aa54cf842b0171df6e35b1439c8 (patch) | |
tree | b522248fcfa24521b6cb4a52122eb5bc6c941207 /graphics/tilesets/candle.tsx | |
parent | 9df46c842081c81648864169274e9b319482721f (diff) | |
download | clientdata-93e23d26613e3aa54cf842b0171df6e35b1439c8.tar.gz clientdata-93e23d26613e3aa54cf842b0171df6e35b1439c8.tar.bz2 clientdata-93e23d26613e3aa54cf842b0171df6e35b1439c8.tar.xz clientdata-93e23d26613e3aa54cf842b0171df6e35b1439c8.zip |
Add new candles animation.
Diffstat (limited to 'graphics/tilesets/candle.tsx')
-rw-r--r-- | graphics/tilesets/candle.tsx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/tilesets/candle.tsx b/graphics/tilesets/candle.tsx index f596a6fd..940b2d5c 100644 --- a/graphics/tilesets/candle.tsx +++ b/graphics/tilesets/candle.tsx @@ -29,4 +29,32 @@ <property name="animation-frame4" value="5"/> </properties> </tile> + <tile id="6"> + <properties> + <property name="animation-delay0" value="13"/> + <property name="animation-delay1" value="12"/> + <property name="animation-delay2" value="13"/> + <property name="animation-delay3" value="12"/> + <property name="animation-delay4" value="11"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="1"/> + <property name="animation-frame4" value="2"/> + </properties> + </tile> + <tile id="9"> + <properties> + <property name="animation-delay0" value="13"/> + <property name="animation-delay1" value="12"/> + <property name="animation-delay2" value="13"/> + <property name="animation-delay3" value="12"/> + <property name="animation-delay4" value="11"/> + <property name="animation-frame0" value="3"/> + <property name="animation-frame1" value="4"/> + <property name="animation-frame2" value="5"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + </properties> + </tile> </tileset> |