70 lines
1.1 KiB
XML
70 lines
1.1 KiB
XML
|
<Sprite
|
||
|
filename="data/entities/animals/boss_centipede/body.png"
|
||
|
offset_x="48"
|
||
|
offset_y="48"
|
||
|
default_animation="stand"
|
||
|
>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="stand"
|
||
|
pos_x="0"
|
||
|
pos_y="0"
|
||
|
frame_count="4"
|
||
|
frame_width="96"
|
||
|
frame_height="96"
|
||
|
frame_wait="0.12"
|
||
|
frames_per_row="4"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="open"
|
||
|
pos_x="0"
|
||
|
pos_y="96"
|
||
|
frame_count="7"
|
||
|
frame_width="96"
|
||
|
frame_height="96"
|
||
|
frame_wait="0.09"
|
||
|
frames_per_row="7"
|
||
|
next_animation="opened"
|
||
|
loop="0" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="close"
|
||
|
pos_x="0"
|
||
|
pos_y="288"
|
||
|
frame_count="7"
|
||
|
frame_width="96"
|
||
|
frame_height="96"
|
||
|
frame_wait="0.09"
|
||
|
frames_per_row="7"
|
||
|
next_animation="stand"
|
||
|
loop="0" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="opened"
|
||
|
pos_x="0"
|
||
|
pos_y="384"
|
||
|
frame_count="10"
|
||
|
frame_width="96"
|
||
|
frame_height="96"
|
||
|
frame_wait="0.11"
|
||
|
frames_per_row="10"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="aggro"
|
||
|
pos_x="0"
|
||
|
pos_y="480"
|
||
|
frame_count="7"
|
||
|
frame_width="96"
|
||
|
frame_height="96"
|
||
|
frame_wait="0.13"
|
||
|
frames_per_row="10"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
</Sprite>
|