Render Main Menu Buttons' Text

This commit is contained in:
2021-07-02 10:32:31 +10:00
parent ab1ef7b47e
commit 367c7fd9a3
3 changed files with 49 additions and 18 deletions

View File

@ -47,15 +47,19 @@ define gui.insensitive_color = '#8888887f'
define gui.muted_color = '#3d1466'
define gui.hover_muted_color = '#5b1e99'
## The colors used for dialogue and menu choice text.
## The colors used for dialogue and menu choice text
define gui.text_color = '#ffffff'
#define gui.text_color_outline = '#00000000'
define gui.interface_text_color = '#ffffff'
## Default font outline color
define gui.default_outline = '#000'
## Namebox outline color
define gui.name_outline = '#000000dd'
define gui.main_menu_color = '#FFF'
## Fonts and Font Sizes ########################################################
@ -92,6 +96,7 @@ define gui.notify_text_size = 24
define gui.title_text_size = 75
#define gui.title_text_outlines = [ (2, gui.default_outline, 0, 0) ]
define gui.main_menu_text_size = 60
## Main and Game Menus #########################################################
@ -99,7 +104,6 @@ define gui.title_text_size = 75
define gui.main_menu_background = "gui/main_menu.png"
define gui.game_menu_background = "gui/game_menu.png"
## Dialogue ####################################################################
##
## These variables control how dialogue is displayed on the screen one line at a