Add my Dwarf Guard portrait, update changelogs, portrait credits.
This commit is contained in:
parent
718cbdfa78
commit
f612937541
6 changed files with 17 additions and 2 deletions
|
@ -11,11 +11,13 @@ Version 1.5.8+svn:
|
|||
* New base frames for the Desert Sentinel and Prowler.
|
||||
* Graphics:
|
||||
* Removed the black background from some remaining old portraits
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf Fighter, Dwarf Lord.
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf Fighter, Dwarf Lord, Dwarf Guard.
|
||||
* New image-path functions:
|
||||
* SCALE(W,H): scale down an image to the specified width (W) and height (H)
|
||||
for rendering. Negative or null (zero) numbers are ignored when scaling
|
||||
in the respective direction.
|
||||
* Restructured portraits directory to be based on unit types rather than authors,
|
||||
added an authors file for recording portrait credits.
|
||||
* Language and i18n:
|
||||
* updated translations: Chinese (Traditional), Czech, French, German,
|
||||
Hungarian, Italian, Polish, Slovak, Spanish
|
||||
|
|
|
@ -56,6 +56,7 @@ Dwarves:
|
|||
Dragonguard
|
||||
Fighter
|
||||
Lord
|
||||
Guard
|
||||
|
||||
|
||||
thespaceinvader/Philip Barber and Girgistan/Christian Sirviö:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 46 KiB |
BIN
data/core/images/portraits/dwarves/transparent/dwarf-guard.png
Normal file
BIN
data/core/images/portraits/dwarves/transparent/dwarf-guard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
|
@ -26,6 +26,18 @@
|
|||
[abilities]
|
||||
{ABILITY_STEADFAST}
|
||||
[/abilities]
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/dwarves/transparent/dwarf-guard.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/dwarves/transparent/dwarf-guard.png"
|
||||
[/portrait]
|
||||
[attack]
|
||||
name=spear
|
||||
description=_"spear"
|
||||
|
|
|
@ -17,7 +17,7 @@ Version 1.5.8+svn:
|
|||
Hungarian, Italian, Polish, Slovak, Spanish.
|
||||
|
||||
* Graphics
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf Fighter, Dwarf Lord.
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf Fighter, Dwarf Lord, Dwarf Guard.
|
||||
* Removed the black background from some remaining old portraits.
|
||||
|
||||
* Multiplayer
|
||||
|
|
Loading…
Add table
Reference in a new issue