Add and wire new Spearman standing animation by Atz.
Update changelogs.
This commit is contained in:
parent
fe71264a7e
commit
cb24d263b3
9 changed files with 37 additions and 4 deletions
|
@ -20,8 +20,9 @@ Version 1.9.1+svn:
|
|||
* Much improved lava transitions.
|
||||
* A new desaturated ocean color (Wog).
|
||||
* New Waterfall automatically placed between chasm and water or swamp.
|
||||
* Animations: new standing animation for Fencer, idle animations for
|
||||
Spearman.
|
||||
* Animations:
|
||||
* Standing anims: Fencer, Spearman.
|
||||
* Idle anims: 2 for the Spearman.
|
||||
* Portraits: Drake Blademaster, Hurricane Drake, Drake Flameheart, alternate
|
||||
Swordsman.
|
||||
* Units: New base frame and animations for Mudcrawler.
|
||||
|
|
BIN
data/core/images/units/human-loyalists/spearman-stand-1.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
data/core/images/units/human-loyalists/spearman-stand-2.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
data/core/images/units/human-loyalists/spearman-stand-3.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
data/core/images/units/human-loyalists/spearman-stand-4.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
data/core/images/units/human-loyalists/spearman-stand-5.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
data/core/images/units/human-loyalists/spearman-stand-6.png
Normal file
BIN
data/core/images/units/human-loyalists/spearman-stand-6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -31,6 +31,37 @@
|
|||
mirror="true"
|
||||
image="portraits/humans/transparent/spearman.png"
|
||||
[/portrait]
|
||||
[standing_anim]
|
||||
start_time=0
|
||||
[frame]
|
||||
duration=400
|
||||
image="units/human-loyalists/spearman.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=150
|
||||
image="units/human-loyalists/spearman-stand-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=150
|
||||
image="units/human-loyalists/spearman-stand-2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=300
|
||||
image="units/human-loyalists/spearman-stand-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/human-loyalists/spearman-stand-4.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/human-loyalists/spearman-stand-5.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/human-loyalists/spearman-stand-6.png"
|
||||
[/frame]
|
||||
[/standing_anim]
|
||||
[idle_anim]
|
||||
{STANDARD_IDLE_FILTER}
|
||||
[frame]
|
||||
|
|
|
@ -22,8 +22,9 @@ Version 1.9.1+svn:
|
|||
* A new desaturated color of ocean and shallow water
|
||||
* Much improved lava transitions
|
||||
* New Waterfall automatically placed between chasm and water or swamp
|
||||
* Animations: new standing animation for Fencer, idle animations for
|
||||
Spearman.
|
||||
* Animations:
|
||||
* Standing anims: Fencer, Spearman.
|
||||
* Idle anims: 2 for the Spearman.
|
||||
* Portraits: Drake Blademaster, Hurricane Drake, Drake Flameheart, alternate
|
||||
Swordsman.
|
||||
* Units: New base frame and animations for Mudcrawler.
|
||||
|
|
Loading…
Add table
Reference in a new issue