diff options
author | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
---|---|---|
committer | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
commit | 4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 (patch) | |
tree | a94e0a063e5df2a9f7f84f720982a3bca0c0cf6d /graphics/tilesets/accessory.tsx | |
download | clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2 clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip |
Initial commit
Diffstat (limited to 'graphics/tilesets/accessory.tsx')
-rw-r--r-- | graphics/tilesets/accessory.tsx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/tilesets/accessory.tsx b/graphics/tilesets/accessory.tsx new file mode 100644 index 00000000..499065d1 --- /dev/null +++ b/graphics/tilesets/accessory.tsx @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Accessory" tilewidth="32" tileheight="32"> + <image source="accessory.png" width="512" height="128"/> + <tile id="20"> + <properties> + <property name="animation-delay0" value="750"/> + <property name="animation-delay1" value="8"/> + <property name="animation-delay2" value="8"/> + <property name="animation-delay3" value="8"/> + <property name="animation-delay4" value="8"/> + <property name="animation-frame0" value="20"/> + <property name="animation-frame1" value="21"/> + <property name="animation-frame2" value="22"/> + <property name="animation-frame3" value="23"/> + <property name="animation-frame4" value="24"/> + </properties> + </tile> +</tileset> |