Add quick buttons & indent the script

This commit is contained in:
2022-03-06 07:31:53 +11:00
parent fa5e785547
commit a3939095d8
12 changed files with 1331 additions and 1285 deletions

View File

@@ -49,7 +49,7 @@ define gui.hover_muted_color = u'#7a003d'
## The colors used for dialogue and menu choice text.
define gui.text_color = '#ffffff'
define gui.interface_text_color = '#00000000'
define gui.interface_text_color = '#fff'
define gui.text_color_outline = '#000'
@@ -196,8 +196,10 @@ define gui.confirm_button_text_xalign = 0.5
define gui.page_button_borders = Borders(15, 6, 15, 6)
define gui.quick_button_borders = Borders(15, 6, 15, 0)
define gui.quick_button_text_color_outline = "#000"
define gui.quick_button_text_outlines = [ (absolute(1.0), gui.quick_button_text_color_outline, 0, 0) ]
define gui.quick_button_text_size = 21
define gui.quick_button_text_idle_color = gui.idle_small_color
define gui.quick_button_text_idle_color = "#fff"
define gui.quick_button_text_selected_color = gui.accent_color
## You can also add your own customizations, by adding properly-named variables.