mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 23:31:19 +00:00
Adding death animation for Undead Ghoul.
For inclusion in 1.2 only. Updated changelog.
This commit is contained in:
parent
cdd69346dd
commit
edc5eba99a
@ -23,7 +23,7 @@ Version 1.2-svn
|
|||||||
with 22050
|
with 22050
|
||||||
* graphics
|
* graphics
|
||||||
* units:
|
* units:
|
||||||
* death animations for Orcish Assassin and Grunt
|
* death animations for Orcish Assassin and Grunt, Undead Ghoul
|
||||||
* multiplayer
|
* multiplayer
|
||||||
* game management
|
* game management
|
||||||
* fixed controler change not sended to all client (bug #8138)
|
* fixed controler change not sended to all client (bug #8138)
|
||||||
|
@ -30,6 +30,43 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||||||
fire=90
|
fire=90
|
||||||
cold=60
|
cold=60
|
||||||
[/resistance]
|
[/resistance]
|
||||||
|
[death]
|
||||||
|
[frame]
|
||||||
|
begin=0
|
||||||
|
end=80
|
||||||
|
image="units/undead/ghoul-die-1.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=80
|
||||||
|
end=160
|
||||||
|
image="units/undead/ghoul-die-2.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=160
|
||||||
|
end=240
|
||||||
|
image="units/undead/ghoul-die-3.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=240
|
||||||
|
end=320
|
||||||
|
image="units/undead/ghoul-die-4.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=320
|
||||||
|
end=400
|
||||||
|
image="units/undead/ghoul-die-5.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=400
|
||||||
|
end=480
|
||||||
|
image="units/undead/ghoul-die-6.png"
|
||||||
|
[/frame]
|
||||||
|
[frame]
|
||||||
|
begin=480
|
||||||
|
end=560
|
||||||
|
image="units/undead/ghoul-die-7.png"
|
||||||
|
[/frame]
|
||||||
|
[/death]
|
||||||
[attack]
|
[attack]
|
||||||
name=claws
|
name=claws
|
||||||
icon=attacks/claws-undead.png
|
icon=attacks/claws-undead.png
|
||||||
|
BIN
images/units/undead/ghoul-die-1.png
Executable file
BIN
images/units/undead/ghoul-die-1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/units/undead/ghoul-die-2.png
Executable file
BIN
images/units/undead/ghoul-die-2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/units/undead/ghoul-die-4.png
Executable file
BIN
images/units/undead/ghoul-die-4.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-5.png
Executable file
BIN
images/units/undead/ghoul-die-5.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-6.png
Executable file
BIN
images/units/undead/ghoul-die-6.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/units/undead/ghoul-die-7.png
Executable file
BIN
images/units/undead/ghoul-die-7.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user