diff options
author | Reid <reidyaro@gmail.com> | 2014-12-28 02:00:34 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-12-28 02:00:34 +0100 |
commit | bbf48545a643da0464cd8d31cf834b7e3784b6b1 (patch) | |
tree | 80ba7fe9786fd4d9318ef91e0d1aed967059d59b /graphics/tilesets | |
parent | 02102f1de752bbb9a23986ec4990bb191579085e (diff) | |
download | clientdata-bbf48545a643da0464cd8d31cf834b7e3784b6b1.tar.gz clientdata-bbf48545a643da0464cd8d31cf834b7e3784b6b1.tar.bz2 clientdata-bbf48545a643da0464cd8d31cf834b7e3784b6b1.tar.xz clientdata-bbf48545a643da0464cd8d31cf834b7e3784b6b1.zip |
Correct some wrong animaitons of the new candle tiles.
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/candle.tsx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/tilesets/candle.tsx b/graphics/tilesets/candle.tsx index 940b2d5c..ea698e9c 100644 --- a/graphics/tilesets/candle.tsx +++ b/graphics/tilesets/candle.tsx @@ -36,11 +36,11 @@ <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"/> + <property name="animation-frame0" value="6"/> + <property name="animation-frame1" value="7"/> + <property name="animation-frame2" value="8"/> + <property name="animation-frame3" value="7"/> + <property name="animation-frame4" value="8"/> </properties> </tile> <tile id="9"> @@ -50,11 +50,11 @@ <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"/> + <property name="animation-frame0" value="9"/> + <property name="animation-frame1" value="10"/> + <property name="animation-frame2" value="11"/> + <property name="animation-frame3" value="10"/> + <property name="animation-frame4" value="11"/> </properties> </tile> </tileset> |