edited game menu screen, as well as some menu spacing and accent colors to fit

This commit is contained in:
ameworm 2026-02-11 20:17:28 -03:00
parent 584908f970
commit be16139296
8 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,7 @@ define config.check_conflicting_properties = True
## The colors of text in the interface. ## The colors of text in the interface.
## An accent color used throughout the interface to label and highlight text. ## An accent color used throughout the interface to label and highlight text.
define gui.accent_color = '#cc0000' define gui.accent_color = '#ffffff'
## The color used for a text button when it is neither selected nor hovered. ## The color used for a text button when it is neither selected nor hovered.
define gui.idle_color = '#888888' define gui.idle_color = '#888888'
@ -46,8 +46,8 @@ define gui.insensitive_color = '#8888887f'
## Colors used for the portions of bars that are not filled in. These are not ## Colors used for the portions of bars that are not filled in. These are not
## used directly, but are used when re-generating bar image files. ## used directly, but are used when re-generating bar image files.
define gui.muted_color = '#510000' define gui.muted_color = '#9e9e9e'
define gui.hover_muted_color = '#7a0000' define gui.hover_muted_color = '#c7c7c7'
## 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 = '#ffffff'

BIN
gui.rpyc

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Before After
Before After

View file

@ -625,6 +625,7 @@ screen about():
style_prefix "about" style_prefix "about"
vbox: vbox:
xpos 50
label "[config.name!t]" label "[config.name!t]"
text _("Version [config.version!t]\n") text _("Version [config.version!t]\n")
@ -812,6 +813,7 @@ screen preferences():
if renpy.variant("pc") or renpy.variant("web"): if renpy.variant("pc") or renpy.variant("web"):
vbox: vbox:
xpos 50
style_prefix "radio" style_prefix "radio"
label _("Display") label _("Display")
textbutton _("Window") action Preference("display", "window") textbutton _("Window") action Preference("display", "window")
@ -1057,6 +1059,7 @@ screen help():
style_prefix "help" style_prefix "help"
vbox: vbox:
xpos 50
spacing 15 spacing 15
hbox: hbox:

Binary file not shown.

Binary file not shown.