mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Moved leader-expendable.png to core; added IS_EXPENDABLE_LEADER.
This commit is contained in:
parent
36f8d1db2e
commit
70094c6df4
@ -56,6 +56,7 @@ Version 1.9.9+svn:
|
||||
* Fixed "error parsing image modifications" message caused by subsequent image
|
||||
mod additions using the add attribute in [effect] apply_to=image_mod
|
||||
* Made $this_unit in filter_recall work
|
||||
* Added IS_EXPENDABLE_LEADER, which gives a unit the expendable leader icon
|
||||
* Miscellaneous and bug fixes:
|
||||
* Fixed compilation on all Debian architectures (Debian bug #636193)
|
||||
* Fixed handling of #ifver and #ifnver preprocessor directives in wmllint
|
||||
|
Before Width: | Height: | Size: 496 B After Width: | Height: | Size: 496 B |
@ -33,6 +33,11 @@
|
||||
overlays="misc/loyal-icon.png"
|
||||
#enddef
|
||||
|
||||
#define IS_EXPENDABLE_LEADER
|
||||
# Embed this into a unit declaration to add an expendable leader icon to the unit.
|
||||
overlays="misc/leader-expendable.png"
|
||||
#enddef
|
||||
|
||||
#define NEW_JOURNEY X Y
|
||||
# Make a new journey mark on a tracking map
|
||||
[image]
|
||||
|
Loading…
x
Reference in New Issue
Block a user