diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-18 00:34:30 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-18 00:34:30 +0100 |
commit | b36bf5e99e365579edf3104bf3ef10ba4b581757 (patch) | |
tree | 90eaa35ab99fdf36062c947214320e16a705cd42 /graphics/tilesets/stone_lab.tsx | |
parent | d30e48c50fc167311a6ec12634f75b4302bda0fc (diff) | |
download | clientdata-b36bf5e99e365579edf3104bf3ef10ba4b581757.tar.gz clientdata-b36bf5e99e365579edf3104bf3ef10ba4b581757.tar.bz2 clientdata-b36bf5e99e365579edf3104bf3ef10ba4b581757.tar.xz clientdata-b36bf5e99e365579edf3104bf3ef10ba4b581757.zip |
add start tulimshar
Diffstat (limited to 'graphics/tilesets/stone_lab.tsx')
-rw-r--r-- | graphics/tilesets/stone_lab.tsx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/tilesets/stone_lab.tsx b/graphics/tilesets/stone_lab.tsx new file mode 100644 index 00000000..a6ced295 --- /dev/null +++ b/graphics/tilesets/stone_lab.tsx @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="stone_lab" tilewidth="96" tileheight="128"> + <image source="../graphics/tiles/stone_lab.png" width="384" height="384"/> + <tile id="8"> + <properties> + <property name="animation-delay0" value="5"/> + <property name="animation-delay1" value="5"/> + <property name="animation-delay2" value="5"/> + <property name="animation-delay3" value="5"/> + <property name="animation-delay4" value="5"/> + <property name="animation-delay5" value="5"/> + <property name="animation-delay6" value="5"/> + <property name="animation-delay7" value="5"/> + <property name="animation-frame0" value="1"/> + <property name="animation-frame1" value="2"/> + <property name="animation-frame2" value="3"/> + <property name="animation-frame3" value="4"/> + <property name="animation-frame4" value="5"/> + <property name="animation-frame5" value="6"/> + <property name="animation-frame6" value="7"/> + <property name="animation-frame7" value="0"/> + </properties> + </tile> +</tileset> |