fix drakes tipping their wings in water when flying
This commit is contained in:
parent
b8381355ed
commit
e6dbd02684
5 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
Version 1.7.11+svn:
|
||||
* Language and i18n:
|
||||
* Updated translations: German, Italian, Latin, Russian, Shavian
|
||||
* Miscellaneous and bugfixes:
|
||||
* Fix scrolling during animation (bug 13106)
|
||||
* Fix drakes tipping their wings in the water when flying
|
||||
|
||||
Version 1.7.11-1.8beta4:
|
||||
* Language and i18n:
|
||||
|
@ -21,7 +24,6 @@ Version 1.7.11-1.8beta4:
|
|||
* Fix various bugs when a unit has more MP than its maximum
|
||||
* Fix not redrawing a grid when set to hidden
|
||||
* Add helper functions to show/hide rows in a listbox
|
||||
* Fix scrolling during animation (bug 13106)
|
||||
|
||||
Version 1.7.10-1.8beta3:
|
||||
* Campaigns:
|
||||
|
|
|
@ -1745,6 +1745,7 @@
|
|||
[standing_anim]
|
||||
start_time=0
|
||||
terrain_type=Wo,Ww,Ww^Vm,Chs,Chw,Ss
|
||||
submerge=0.01
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/{DRAKE_NAME}-fly-1.png"
|
||||
|
@ -1800,6 +1801,7 @@
|
|||
[/pre_movement_anim]
|
||||
[movement_anim]
|
||||
start_time=0
|
||||
submerge=0.01
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/{DRAKE_NAME}-fly-1.png"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
{DEFENSE_ANIM "units/drakes/armageddon-defend.png" "units/drakes/armageddon.png" {SOUND_LIST:DRAKE_HIT}}
|
||||
{DRAKE_FLYING_ANIM "units/drakes/armageddon.png" "units/drakes/armageddon-flying.png"}
|
||||
[movement_anim]
|
||||
submerge=0.01
|
||||
[frame]
|
||||
begin=0
|
||||
end=150
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
[/recruit_anim]
|
||||
[standing_anim]
|
||||
start_time=0
|
||||
submerge=0.01
|
||||
layer=60
|
||||
[frame]
|
||||
duration=100
|
||||
|
@ -89,6 +90,7 @@
|
|||
[/standing_anim]
|
||||
[movement_anim]
|
||||
start_time=0
|
||||
submerge=0.01
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/hurricane-fly-1.png"
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
[/recruit_anim]
|
||||
[standing_anim]
|
||||
start_time=0
|
||||
submerge=0.01
|
||||
layer=60
|
||||
[frame]
|
||||
duration=100
|
||||
|
@ -88,6 +89,7 @@
|
|||
[/standing_anim]
|
||||
[movement_anim]
|
||||
start_time=0
|
||||
submerge=0.01
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/drakes/sky-fly-1.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue