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/ship-flags-x3x2.tsx | |
download | clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2 clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip |
Initial commit
Diffstat (limited to 'graphics/tilesets/ship-flags-x3x2.tsx')
-rw-r--r-- | graphics/tilesets/ship-flags-x3x2.tsx | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/tilesets/ship-flags-x3x2.tsx b/graphics/tilesets/ship-flags-x3x2.tsx new file mode 100644 index 00000000..9a337a40 --- /dev/null +++ b/graphics/tilesets/ship-flags-x3x2.tsx @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="Ship Flags x3x2" tilewidth="96" tileheight="64"> + <image source="ship-flags-x3x2.png" width="192" height="448"/> + <tile id="0"> + <properties> + <property name="animation-delay0" value="16"/> + <property name="animation-delay1" value="16"/> + <property name="animation-delay2" value="16"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="16"/> + <property name="animation-delay5" value="16"/> + <property name="animation-delay6" value="16"/> + <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"/> + </properties> + </tile> + <tile id="7"> + <properties> + <property name="animation-delay0" value="16"/> + <property name="animation-delay1" value="16"/> + <property name="animation-delay2" value="16"/> + <property name="animation-delay3" value="16"/> + <property name="animation-delay4" value="16"/> + <property name="animation-delay5" value="16"/> + <property name="animation-delay6" value="16"/> + <property name="animation-frame0" value="7"/> + <property name="animation-frame1" value="8"/> + <property name="animation-frame2" value="9"/> + <property name="animation-frame3" value="10"/> + <property name="animation-frame4" value="11"/> + <property name="animation-frame5" value="12"/> + <property name="animation-frame6" value="13"/> + </properties> + </tile> +</tileset>
\ No newline at end of file |