Add and wire new Drake attack icons, add inferno8 to credits.
This commit is contained in:
parent
acec714cdf
commit
f4841e5468
9 changed files with 12 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
|||
unit before animating, fixing the assertion failure (in case the unit is
|
||||
removed by other wml events like last breath)
|
||||
* All unit-related images are team colored, this includes missiles and haloes
|
||||
* Graphics:
|
||||
* Add and wire two new Drake attack icons.
|
||||
* Language and i18n:
|
||||
* Updated translations: Czech, Finnish, French, German, Hungarian, Italian,
|
||||
Portuguese (Brazil), Russian, Serbian
|
||||
|
|
|
@ -525,6 +525,10 @@
|
|||
name = "Justin Nichols (JustinOperable)"
|
||||
comment = "Portrait artwork"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Lukasz Wawrowski (inferno8)"
|
||||
comment = "Drake attack icons with fmunoz"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Kim Holm (DUHH)"
|
||||
comment = "Portrait artwork"
|
||||
|
|
BIN
data/core/images/attacks/warblade-red.png
Normal file
BIN
data/core/images/attacks/warblade-red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
BIN
data/core/images/attacks/warblade.png
Normal file
BIN
data/core/images/attacks/warblade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -41,7 +41,7 @@
|
|||
range=melee
|
||||
damage=7
|
||||
number=3
|
||||
icon=attacks/scimitar.png
|
||||
icon=attacks/warblade.png
|
||||
[/attack]
|
||||
[attack]
|
||||
name=fire breath
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
range=melee
|
||||
damage=11
|
||||
number=3
|
||||
icon=attacks/scimitar.png
|
||||
icon=attacks/warblade-red.png
|
||||
[/attack]
|
||||
[attack]
|
||||
name=fire breath
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
range=melee
|
||||
damage=8
|
||||
number=3
|
||||
icon=attacks/scimitar.png
|
||||
icon=attacks/warblade-red.png
|
||||
[/attack]
|
||||
[attack]
|
||||
name=fire breath
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
range=melee
|
||||
damage=11
|
||||
number=3
|
||||
icon=attacks/scimitar.png
|
||||
icon=attacks/warblade.png
|
||||
[/attack]
|
||||
[attack]
|
||||
name=fire breath
|
||||
|
|
|
@ -3,6 +3,8 @@ changes may be omitted). For a complete list of changes, see the main
|
|||
changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
|
||||
|
||||
Version 1.7.12+svn:
|
||||
* Graphics:
|
||||
* Add and wire two new Drake attack icons.
|
||||
* Language and i18n:
|
||||
* Updated translations: Czech, Finnish, French, German, Hungarian, Italian,
|
||||
Portuguese (Brazil), Russian, Serbian.
|
||||
|
|
Loading…
Add table
Reference in a new issue