59 lines
950 B
XML
59 lines
950 B
XML
|
<Sprite
|
||
|
filename="data/entities/animals/boss_fish/eye.png"
|
||
|
offset_x="25"
|
||
|
offset_y="36"
|
||
|
default_animation="closed"
|
||
|
>
|
||
|
|
||
|
<!-- stand -->
|
||
|
<RectAnimation
|
||
|
name="closed"
|
||
|
pos_x="0"
|
||
|
pos_y="144"
|
||
|
frame_count="1"
|
||
|
frame_width="50"
|
||
|
frame_height="72"
|
||
|
frame_wait="0.09"
|
||
|
frames_per_row="5"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="opened"
|
||
|
pos_x="0"
|
||
|
pos_y="0"
|
||
|
frame_count="1"
|
||
|
frame_width="50"
|
||
|
frame_height="72"
|
||
|
frame_wait="0.09"
|
||
|
frames_per_row="5"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="open"
|
||
|
pos_x="0"
|
||
|
pos_y="72"
|
||
|
frame_count="5"
|
||
|
frame_width="50"
|
||
|
frame_height="72"
|
||
|
frame_wait="0.12"
|
||
|
frames_per_row="5"
|
||
|
next_animation="opened"
|
||
|
loop="0" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
<RectAnimation
|
||
|
name="close"
|
||
|
pos_x="0"
|
||
|
pos_y="0"
|
||
|
frame_count="5"
|
||
|
frame_width="50"
|
||
|
frame_height="72"
|
||
|
frame_wait="0.12"
|
||
|
frames_per_row="5"
|
||
|
next_animation="closed"
|
||
|
loop="0" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
</Sprite>
|