Fixed the new orcish warrior melee animation not being wired in
(and removed the obsolete attack frame).
This commit is contained in:
parent
ec662455ea
commit
a394195977
2 changed files with 24 additions and 14 deletions
|
@ -26,32 +26,42 @@
|
|||
number=3
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
begin=-225
|
||||
end=-150
|
||||
image="units/orcs/warrior.png"
|
||||
image="units/orcs/warrior-attack-w1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=-50
|
||||
image="units/orcs/warrior-attack-w2.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
hits=no
|
||||
[frame]
|
||||
begin=-150
|
||||
end=100
|
||||
image="units/orcs/warrior-melee1.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
begin=-50
|
||||
end=50
|
||||
image="units/orcs/warrior-attack-w3.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
hits=yes
|
||||
[frame]
|
||||
begin=-150
|
||||
end=100
|
||||
image="units/orcs/warrior-melee1.png"
|
||||
sound={SOUND_LIST:MISS}
|
||||
begin=-50
|
||||
end=50
|
||||
image="units/orcs/warrior-attack-w3.png"
|
||||
sound={SOUND_LIST:SWORD_SWISH}
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
begin=100
|
||||
begin=50
|
||||
end=150
|
||||
image="units/orcs/warrior-attack-w4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=150
|
||||
end=200
|
||||
image="units/orcs/warrior.png"
|
||||
image="units/orcs/warrior-attack-w5.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Reference in a new issue