Added drake glider kick animation,

...and WML for both the kick and the flying/standing anim.
This commit is contained in:
Richard Kettering 2009-08-04 08:22:46 +00:00
parent 774612bd05
commit bb58ff1e3f
7 changed files with 114 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -22,7 +22,6 @@
die_sound=drake-die.ogg
{DEFENSE_ANIM "units/drakes/glider-defend-2.png" "units/drakes/glider-defend-1.png" {SOUND_LIST:DRAKE_HIT} }
{DRAKE_FLYING_ANIM "units/drakes/glider.png" "units/drakes/glider-fly-1.png"}
[portrait]
size=400
side="left"
@ -35,12 +34,76 @@
mirror="true"
image="portraits/drakes/transparent/glider.png"
[/portrait]
[movement_anim]
[standing_anim]
start_time=0
layer=60
[frame]
begin=0
end=150
duration=100
image="units/drakes/glider-fly-1.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-2.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-3.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-4.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-5.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-4.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-3-upstroke.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-2-upstroke.png"
[/frame]
[/standing_anim]
[movement_anim]
start_time=0
[frame]
duration=100
image="units/drakes/glider-fly-1.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-2.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-3.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-4.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-5.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-4.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-3-upstroke.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-fly-2-upstroke.png"
[/frame]
[/movement_anim]
[attack]
name=slam
@ -327,4 +390,51 @@
image="units/drakes/glider-fire-s-1.png"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=slam
[/filter_attack]
offset=0.0~0.2,0.2~0.7,0.7~0.2,0.2~0.0
start_time=-400
[frame]
duration=100
image="units/drakes/glider-kick-1.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-kick-2.png"
[/frame]
[if]
hits=yes
[frame]
duration=100
image="units/drakes/glider-kick-3.png"
sound=club.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
duration=100
image="units/drakes/glider-kick-3.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
[frame]
duration=100
image="units/drakes/glider-kick-4.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-kick-5.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-kick-6.png"
[/frame]
[frame]
duration=100
image="units/drakes/glider-kick-2.png"
[/frame]
[/attack_anim]
[/unit_type]