mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 19:29:04 +00:00
fix drakes tipping their wings in water when flying
This commit is contained in:
parent
b8381355ed
commit
e6dbd02684
@ -1,6 +1,9 @@
|
|||||||
Version 1.7.11+svn:
|
Version 1.7.11+svn:
|
||||||
* Language and i18n:
|
* Language and i18n:
|
||||||
* Updated translations: German, Italian, Latin, Russian, Shavian
|
* 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:
|
Version 1.7.11-1.8beta4:
|
||||||
* Language and i18n:
|
* 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 various bugs when a unit has more MP than its maximum
|
||||||
* Fix not redrawing a grid when set to hidden
|
* Fix not redrawing a grid when set to hidden
|
||||||
* Add helper functions to show/hide rows in a listbox
|
* Add helper functions to show/hide rows in a listbox
|
||||||
* Fix scrolling during animation (bug 13106)
|
|
||||||
|
|
||||||
Version 1.7.10-1.8beta3:
|
Version 1.7.10-1.8beta3:
|
||||||
* Campaigns:
|
* Campaigns:
|
||||||
|
@ -1745,6 +1745,7 @@
|
|||||||
[standing_anim]
|
[standing_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
terrain_type=Wo,Ww,Ww^Vm,Chs,Chw,Ss
|
terrain_type=Wo,Ww,Ww^Vm,Chs,Chw,Ss
|
||||||
|
submerge=0.01
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
image="units/drakes/{DRAKE_NAME}-fly-1.png"
|
image="units/drakes/{DRAKE_NAME}-fly-1.png"
|
||||||
@ -1800,6 +1801,7 @@
|
|||||||
[/pre_movement_anim]
|
[/pre_movement_anim]
|
||||||
[movement_anim]
|
[movement_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
|
submerge=0.01
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
image="units/drakes/{DRAKE_NAME}-fly-1.png"
|
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}}
|
{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"}
|
{DRAKE_FLYING_ANIM "units/drakes/armageddon.png" "units/drakes/armageddon-flying.png"}
|
||||||
[movement_anim]
|
[movement_anim]
|
||||||
|
submerge=0.01
|
||||||
[frame]
|
[frame]
|
||||||
begin=0
|
begin=0
|
||||||
end=150
|
end=150
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
[/recruit_anim]
|
[/recruit_anim]
|
||||||
[standing_anim]
|
[standing_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
|
submerge=0.01
|
||||||
layer=60
|
layer=60
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
@ -89,6 +90,7 @@
|
|||||||
[/standing_anim]
|
[/standing_anim]
|
||||||
[movement_anim]
|
[movement_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
|
submerge=0.01
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
image="units/drakes/hurricane-fly-1.png"
|
image="units/drakes/hurricane-fly-1.png"
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
[/recruit_anim]
|
[/recruit_anim]
|
||||||
[standing_anim]
|
[standing_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
|
submerge=0.01
|
||||||
layer=60
|
layer=60
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
@ -88,6 +89,7 @@
|
|||||||
[/standing_anim]
|
[/standing_anim]
|
||||||
[movement_anim]
|
[movement_anim]
|
||||||
start_time=0
|
start_time=0
|
||||||
|
submerge=0.01
|
||||||
[frame]
|
[frame]
|
||||||
duration=100
|
duration=100
|
||||||
image="units/drakes/sky-fly-1.png"
|
image="units/drakes/sky-fly-1.png"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user