diff options
author | Reid <reidyaro@gmail.com> | 2017-08-19 02:33:32 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2017-08-19 02:33:32 +0200 |
commit | c033236376f116527f5df0668478d1f1ace392ef (patch) | |
tree | efc23fa99440e98d461728acc1f2137670ef8181 /graphics/tilesets/artis-fountain-x3x2.tsx | |
parent | fe1af8fc16d141d87d20f47c34fca88dc38d3e0a (diff) | |
parent | 0e9ec9e259cc5d80f0a7d01e73d5bdd274f23696 (diff) | |
download | clientdata-c033236376f116527f5df0668478d1f1ace392ef.tar.gz clientdata-c033236376f116527f5df0668478d1f1ace392ef.tar.bz2 clientdata-c033236376f116527f5df0668478d1f1ace392ef.tar.xz clientdata-c033236376f116527f5df0668478d1f1ace392ef.zip |
Merge branch 'Alige/clientdata-cliff-stairs'
Diffstat (limited to 'graphics/tilesets/artis-fountain-x3x2.tsx')
-rw-r--r-- | graphics/tilesets/artis-fountain-x3x2.tsx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/tilesets/artis-fountain-x3x2.tsx b/graphics/tilesets/artis-fountain-x3x2.tsx new file mode 100644 index 00000000..ccdf3399 --- /dev/null +++ b/graphics/tilesets/artis-fountain-x3x2.tsx @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Small Artis Fountain" tilewidth="96" tileheight="64"> + <image source="artis-fountain-x3x2.png" width="192" height="128"/> + <tile id="0"> + <properties> + <property name="animation-delay0" value="14"/> + <property name="animation-delay1" value="14"/> + <property name="animation-delay2" value="14"/> + <property name="animation-delay3" value="14"/> + <property name="animation-frame0" value="0"/> + <property name="animation-frame1" value="1"/> + <property name="animation-frame2" value="2"/> + <property name="animation-frame3" value="3"/> + </properties> + </tile> +</tileset> |