diff options
author | Reid <reidyaro@gmail.com> | 2015-12-28 19:43:52 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-28 19:43:52 +0100 |
commit | c6f1caa982e123c631087f16faa6d34b77d560a6 (patch) | |
tree | 0ca567af187e75e5131601bbc6ca9e28cef6779e /graphics | |
parent | c4ad285b4f8ad29ea39402ab5ca887610f15d2bd (diff) | |
download | clientdata-c6f1caa982e123c631087f16faa6d34b77d560a6.tar.gz clientdata-c6f1caa982e123c631087f16faa6d34b77d560a6.tar.bz2 clientdata-c6f1caa982e123c631087f16faa6d34b77d560a6.tar.xz clientdata-c6f1caa982e123c631087f16faa6d34b77d560a6.zip |
Add tileset and tileset animation artis-chimney.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tilesets/artis-chimney.png | bin | 0 -> 30804 bytes | |||
-rw-r--r-- | graphics/tilesets/artis-chimney.tsx | 28 |
2 files changed, 28 insertions, 0 deletions
diff --git a/graphics/tilesets/artis-chimney.png b/graphics/tilesets/artis-chimney.png Binary files differnew file mode 100644 index 00000000..e0d8dcc4 --- /dev/null +++ b/graphics/tilesets/artis-chimney.png diff --git a/graphics/tilesets/artis-chimney.tsx b/graphics/tilesets/artis-chimney.tsx new file mode 100644 index 00000000..cc55696c --- /dev/null +++ b/graphics/tilesets/artis-chimney.tsx @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Chimney" tilewidth="96" tileheight="128"> + <image source="artis-chimney.png" width="480" height="256"/> + <tile id="0"> + <properties> + <property name="animation-delay0" value="12"/> + <property name="animation-delay1" value="11"/> + <property name="animation-delay2" value="11"/> + <property name="animation-delay3" value="12"/> + <property name="animation-delay4" value="12"/> + <property name="animation-delay5" value="12"/> + <property name="animation-delay6" value="13"/> + <property name="animation-delay7" value="12"/> + <property name="animation-delay8" value="11"/> + <property name="animation-delay9" 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="3"/> + <property name="animation-frame4" value="4"/> + <property name="animation-frame5" value="5"/> + <property name="animation-frame6" value="6"/> + <property name="animation-frame7" value="7"/> + <property name="animation-frame8" value="8"/> + <property name="animation-frame9" value="9"/> + </properties> + </tile> +</tileset> |