Outro: improved text display
[ci skip] Increased text size to 100 and made use of the light variant.
This commit is contained in:
parent
6bd9740f53
commit
0b77514031
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
h = "(text_height)"
|
||||
maximum_width = "(width)"
|
||||
|
||||
font_size = {GUI_FONT_SIZE_HUGE}
|
||||
font_size = 100
|
||||
font_family = "light"
|
||||
|
||||
color = "([215, 215, 215, min(ceil(as_decimal(fade_step * 25.5)), 255)])"
|
||||
|
||||
text = "(outro_text)"
|
||||
|
|
Loading…
Add table
Reference in a new issue