Fix for defense label which I broke in 4ba1811f03
This commit is contained in:
parent
4ba1811f03
commit
47bd5ade37
1 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@
|
|||
id=label-xp
|
||||
font_size={DEFAULT_FONT_TINY}
|
||||
text= _ "XP"
|
||||
rect="=,+14,+70,+14"
|
||||
rect="=,+14,+65,+14"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
@ -463,7 +463,7 @@
|
|||
ref=label-mp
|
||||
id=unit-moves
|
||||
font_size={DEFAULT_FONT_TINY}
|
||||
rect="=,+0,=,+16"
|
||||
rect="=,+0,=-5,+16"
|
||||
prefix_literal=" "
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
|
@ -472,7 +472,7 @@
|
|||
ref=label-def
|
||||
id=unit-defense
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
rect="=,+0,+30,+16"
|
||||
rect="=-5,+0,+30,+16"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_defense]
|
||||
|
|
Loading…
Add table
Reference in a new issue