1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
[object_type]
id=mosquito
prototype=mosquito
solid_area=2,12,30,28
[base:animation]
image=enemies/mosquito.png
pad=3
body_area=all
[/animation]
[animation]
id=fly
duplicates=12
rect=2,2,32,32
frames=2
duration=6
[/animation]
[animation]
id=fly
rect=70,2,100,32
frames=2
duration=6
reverse=yes
[/animation]
[animation]
id=spring
rect=2,36,32,66
frames=5
duration=3
[/animation]
[animation]
id=turn
rect=2,70,32,100
frames=1
duration=10
[/animation]
[animation]
id=hurt
rect=70,2,100,32
[/animation]
[/object_type]
|