Wire in the unit side indicator...
...(probably not at the best place, but well, i'm not a ThemeWML guru)
This commit is contained in:
parent
92cb271bb9
commit
d0018fdec7
2 changed files with 19 additions and 3 deletions
|
@ -481,6 +481,14 @@
|
|||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_xp]
|
||||
[unit_side]
|
||||
id=unit-side
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
ref=unit-xp
|
||||
rect="=,+0,=,+16"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_side]
|
||||
[unit_weapons]
|
||||
id=unit-weapons
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
|
|
|
@ -418,11 +418,19 @@
|
|||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_image]
|
||||
[unit_side]
|
||||
id=unit-side
|
||||
font_size=14
|
||||
ref=middle-right-panel
|
||||
rect="=+5,=+2,+20,+18"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_side]
|
||||
[unit_name]
|
||||
id=unit-description
|
||||
font_size=14
|
||||
ref=middle-right-panel
|
||||
rect="=+9,=+3,+72,+18"
|
||||
ref=unit-side
|
||||
rect="=+24,=+1,+72,=-2"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_name]
|
||||
|
@ -430,7 +438,7 @@
|
|||
id=unit-traits
|
||||
font_size=12
|
||||
font_rgb=165,165,165
|
||||
rect="=,+0,+130,+16"
|
||||
rect="=-20,+0,+130,+16"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
prefix_literal=" "
|
||||
|
|
Loading…
Add table
Reference in a new issue