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
6
gui.rpy
6
gui.rpy
|
|
@ -25,7 +25,7 @@ define config.check_conflicting_properties = True
|
|||
## The colors of text in the interface.
|
||||
|
||||
## 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.
|
||||
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
|
||||
## used directly, but are used when re-generating bar image files.
|
||||
define gui.muted_color = '#510000'
|
||||
define gui.hover_muted_color = '#7a0000'
|
||||
define gui.muted_color = '#9e9e9e'
|
||||
define gui.hover_muted_color = '#c7c7c7'
|
||||
|
||||
## The colors used for dialogue and menu choice text.
|
||||
define gui.text_color = '#ffffff'
|
||||
|
|
|
|||
BIN
gui.rpyc
BIN
gui.rpyc
Binary file not shown.
BIN
gui/frame.png
BIN
gui/frame.png
Binary file not shown.
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 37 KiB |
|
|
@ -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:
|
||||
|
|
|
|||
BIN
screens.rpyc
BIN
screens.rpyc
Binary file not shown.
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue