blob: 1da1da229811ab3e13cf122368d67d077dc7b495 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="evil-obelisk" tilewidth="64" tileheight="128">
<image source="../graphics/tiles/evil-obelisk.png" width="448" height="128"/>
<tile id="0">
<animation>
<frame tileid="1" duration="25"/>
<frame tileid="2" duration="25"/>
<frame tileid="3" duration="25"/>
<frame tileid="4" duration="25"/>
<frame tileid="5" duration="25"/>
<frame tileid="6" duration="25"/>
<frame tileid="5" duration="25"/>
<frame tileid="4" duration="25"/>
<frame tileid="3" duration="25"/>
<frame tileid="2" duration="25"/>
<frame tileid="1" duration="25"/>
</animation>
<properties>
<property name="animation-delay0" value="25"/>
<property name="animation-delay1" value="25"/>
<property name="animation-delay2" value="25"/>
<property name="animation-delay3" value="25"/>
<property name="animation-delay4" value="25"/>
<property name="animation-delay5" value="25"/>
<property name="animation-delay6" value="25"/>
<property name="animation-delay7" value="25"/>
<property name="animation-delay8" value="25"/>
<property name="animation-delay9" value="25"/>
<property name="animation-delay10" value="25"/>
<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="5"/>
<property name="animation-frame7" value="4"/>
<property name="animation-frame8" value="3"/>
<property name="animation-frame9" value="2"/>
<property name="animation-frame10" value="1"/>
</properties>
</tile>
</tileset>
|