mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 17:51:14 +00:00
Probable fix for the timing + unuse frame issues with...
...the Chocobone animation; may need more tweaking
This commit is contained in:
parent
07a11ad48e
commit
160fb8ec23
@ -36,6 +36,7 @@
|
||||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
start_time=-350
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/chocobone-attack-1.png"
|
||||
@ -47,7 +48,7 @@
|
||||
[if]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=50
|
||||
duration=100
|
||||
image="units/undead-skeletal/chocobone-attack-3.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
@ -60,6 +61,14 @@
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/chocobone-attack-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/chocobone-attack-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/undead-skeletal/chocobone-attack-1.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user