mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 16:23:19 +00:00
Merge pull request #22 from fluffbeast/drake-anim-fix
Drake animation file name extension was missing
This commit is contained in:
commit
dcfe8e577e
@ -32,6 +32,7 @@ Version 1.11.4+dev:
|
||||
* Fix "Shuffle sides" incorrect behaviour: children inside [side] were also
|
||||
swapped.
|
||||
* Miscellaneous and bug fixes
|
||||
* Fixed minor issue with Drake Clasher animations
|
||||
* Added a new playlist FULL_MUSIC_PLAYLIST, which contains all Wesnoth tracks
|
||||
in alphabetical order
|
||||
* Added -Wno-null-conversion to the CMake pedantic flags.
|
||||
|
@ -73,7 +73,7 @@ This is also the only caste that is allowed to break taboo and fight with spears
|
||||
offset=0.0~0.1:200,0.1~0.4:150,0.4~0.0:150
|
||||
start_time=-300
|
||||
[frame]
|
||||
image="units/drakes/clasher-spear-se-1:100,units/drakes/clasher-spear-s-[2~6].png:100"
|
||||
image="units/drakes/clasher-spear-se-1.png:100,units/drakes/clasher-spear-s-[2~6].png:100"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS spear.ogg spear-miss.ogg -100}
|
||||
[/attack_anim]
|
||||
|
@ -77,7 +77,7 @@
|
||||
offset=0.0~0.1:200,0.1~0.4:150,0.4~0.0:150
|
||||
start_time=-300
|
||||
[frame]
|
||||
image="units/drakes/enforcer-spear-se-1,units/drakes/enforcer-spear-s-[2~6].png:100"
|
||||
image="units/drakes/enforcer-spear-se-1.png,units/drakes/enforcer-spear-s-[2~6].png:100"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS spear.ogg spear-miss.ogg -100}
|
||||
[/attack_anim]
|
||||
|
@ -76,7 +76,7 @@
|
||||
offset=0.0~0.1:200,0.1~0.4:150,0.4~0.0:150
|
||||
start_time=-300
|
||||
[frame]
|
||||
image="units/drakes/thrasher-spear-se-1,units/drakes/thrasher-spear-s-[2~6].png:100"
|
||||
image="units/drakes/thrasher-spear-se-1.png,units/drakes/thrasher-spear-s-[2~6].png:100"
|
||||
[/frame]
|
||||
{SOUND:HIT_AND_MISS spear.ogg spear-miss.ogg -100}
|
||||
[/attack_anim]
|
||||
|
Loading…
x
Reference in New Issue
Block a user