diff options
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..1bc8bb07 --- /dev/null +++ b/graphics/tilesets/artis-fountain-x3x2.tsx @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Artis Fountain x3x2" 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> |