diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-30 00:30:41 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-30 00:30:41 +0200 |
commit | 037411035e37209511e65c6bed898d76b86c193b (patch) | |
tree | 1d4f99668dcd89e5a09cbd79e99e51c6f4c347cd /graphics/tilesets/Indoor/Candle.tsx | |
parent | f7d48ca75dc106558a96eb5619bb9c0a2eca5026 (diff) | |
download | clientdata-037411035e37209511e65c6bed898d76b86c193b.tar.gz clientdata-037411035e37209511e65c6bed898d76b86c193b.tar.bz2 clientdata-037411035e37209511e65c6bed898d76b86c193b.tar.xz clientdata-037411035e37209511e65c6bed898d76b86c193b.zip |
Exported the animated candle tileset.
Diffstat (limited to 'graphics/tilesets/Indoor/Candle.tsx')
-rw-r--r-- | graphics/tilesets/Indoor/Candle.tsx | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/tilesets/Indoor/Candle.tsx b/graphics/tilesets/Indoor/Candle.tsx new file mode 100644 index 00000000..08778c43 --- /dev/null +++ b/graphics/tilesets/Indoor/Candle.tsx @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Candle" tilewidth="32" tileheight="64"> + <image source="Candle.png" width="96" height="128"/> + <tile id="0"> + <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="3"> + <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> |