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

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