19 lines
328 B
XML
19 lines
328 B
XML
|
<Sprite
|
||
|
filename="data/entities/animals/boss_pit/tentacle.png"
|
||
|
offset_x="0"
|
||
|
offset_y="0"
|
||
|
default_animation="stand" >
|
||
|
|
||
|
<!-- animation -->
|
||
|
<RectAnimation
|
||
|
name="stand"
|
||
|
pos_x="0"
|
||
|
pos_y="0"
|
||
|
frame_count="1"
|
||
|
frame_width="4"
|
||
|
frame_height="11"
|
||
|
frame_wait="1"
|
||
|
frames_per_row="8"
|
||
|
loop="1" >
|
||
|
</RectAnimation>
|
||
|
</Sprite>
|