edited game menu screen, as well as some menu spacing and accent colors to fit
This commit is contained in:
parent
584908f970
commit
be16139296
8 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue