ui: Reduce unit HP/XP/MP/Def font sizes and line heights on 1024x600

Fixes the unit name overlapping the MP and defense reports.

CC #5575
This commit is contained in:
Iris Morelle 2021-03-17 04:32:53 -03:00
parent 97ece89aeb
commit 579610498a

View file

@ -23,6 +23,8 @@
17#enddef
#define DEFAULT_FONT_REALLYTINY_HEIGHT
15#enddef
#define DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER
13#enddef
#define FONT_RGB_LEVEL1
245,230,193#enddef
@ -527,6 +529,46 @@
{MINIMAP_THEME_600}
[change]
id=label-hp
font_size={DEFAULT_FONT_REALLYTINY}
rect="+4,=-1,+60,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=label-xp
font_size={DEFAULT_FONT_REALLYTINY}
rect="=,+14,+65,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=label-mp
font_size={DEFAULT_FONT_REALLYTINY}
rect="=,+14,=,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=label-def
font_size={DEFAULT_FONT_REALLYTINY}
rect="+1,=,=,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=unit-hp
font_size={DEFAULT_FONT_REALLYTINY}
rect="=,+0,+94,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=unit-xp
font_size={DEFAULT_FONT_REALLYTINY}
rect="=,+0,=,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=unit-moves
font_size={DEFAULT_FONT_REALLYTINY}
rect="=,+0,=-5,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=unit-defense
font_size={DEFAULT_FONT_REALLYTINY}
rect="=-5,+0,+30,+{DEFAULT_FONT_REALLYTINY_HEIGHT_SHORTER}"
[/change]
[change]
id=unit-description
font_size={DEFAULT_FONT_SMALL}