21 lines
330 B
XML
21 lines
330 B
XML
<Sprite
|
|
filename="data/entities/animals/boss_ghost/pupil.png"
|
|
offset_x="8"
|
|
offset_y="8"
|
|
default_animation="stand"
|
|
>
|
|
|
|
<!-- stand -->
|
|
<RectAnimation
|
|
name="stand"
|
|
pos_x="0"
|
|
pos_y="0"
|
|
frame_count="1"
|
|
frame_width="16"
|
|
frame_height="16"
|
|
frame_wait="0.12"
|
|
frames_per_row="4"
|
|
loop="1" >
|
|
</RectAnimation>
|
|
|
|
</Sprite> |