21 lines
331 B
XML
21 lines
331 B
XML
|
<Sprite
|
||
|
filename="data/entities/animals/boss_robot/body.png"
|
||
|
offset_x="22"
|
||
|
offset_y="22"
|
||
|
default_animation="stand"
|
||
|
>
|
||
|
|
||
|
<!-- stand -->
|
||
|
<RectAnimation
|
||
|
name="stand"
|
||
|
pos_x="0"
|
||
|
pos_y="0"
|
||
|
frame_count="6"
|
||
|
frame_width="44"
|
||
|
frame_height="44"
|
||
|
frame_wait="0.12"
|
||
|
frames_per_row="6"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
|
||
|
</Sprite>
|