Theme & changelog update.

Now the race should be displayed in the unit preview panel
This commit is contained in:
Benoît Timbert 2007-12-01 17:01:36 +00:00
parent 7dd426fe79
commit 2fb0462b2c
5 changed files with 28 additions and 0 deletions

View file

@ -4,6 +4,9 @@ Version 1.3.12+svn:
* WML engine:
* new eevent trigger: pre_die, will be triggered when a unit dies, but
before the animation is played
* Allow ThemeWML to display the race.
* User interface
* Display the race in the unit preview panel.
Version 1.3.12:
* campaigns:

View file

@ -391,6 +391,13 @@
xanchor=right
yanchor=fixed
[/unit_type]
[unit_race]
id=unit-race
font_size={DEFAULT_FONT_SMALL}
rect="=,+0,=,+16"
xanchor=right
yanchor=fixed
[/unit_race]
[unit_level]
id=unit-level
font_size={DEFAULT_FONT_SMALL}

View file

@ -443,6 +443,15 @@
xanchor=right
yanchor=fixed
[/unit_type]
[unit_race]
id=unit-race
font_size=12
font_rgb=200,200,200
rect="=,+0,+130,+15"
xanchor=right
yanchor=fixed
prefix_literal=" "
[/unit_race]
[unit_level]
id=unit-level
font_size=12

View file

@ -355,6 +355,13 @@
xanchor=right
yanchor=fixed
[/unit_type]
[unit_race]
id=unit-race
font_size={EXPERIMENTAL_FONT_SMALL}
rect="=,+0,=,+16"
xanchor=right
yanchor=fixed
[/unit_race]
[unit_level]
id=unit-level
font_size={EXPERIMENTAL_FONT_SMALL}

View file

@ -5,6 +5,8 @@ changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
Version 1.3.12+svn:
* Language and translations
* Updated translations: Chinese, Italian.
* User interface
* Display the race in the unit preview panel.
Version 1.3.12:
* campaigns