21 lines
337 B
XML
21 lines
337 B
XML
<Sprite
|
|
filename="data/entities/animals/boss_pit/boss_pit.png"
|
|
offset_x="22.5"
|
|
offset_y="24.5"
|
|
default_animation="stand"
|
|
>
|
|
|
|
<!-- stand -->
|
|
<RectAnimation
|
|
name="stand"
|
|
pos_x="0"
|
|
pos_y="0"
|
|
frame_count="4"
|
|
frame_width="45"
|
|
frame_height="49"
|
|
frame_wait="0.12"
|
|
frames_per_row="4"
|
|
loop="1" >
|
|
</RectAnimation>
|
|
|
|
</Sprite> |