All of the assets are finally here
description in release!
This commit is contained in:
24
game/gui.rpy
24
game/gui.rpy
@@ -27,7 +27,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 = '#990000'
|
||||
define gui.accent_color = '#834a96'
|
||||
|
||||
## The color used for a text button when it is neither selected nor hovered.
|
||||
define gui.idle_color = '#ffffff'
|
||||
@@ -37,7 +37,7 @@ define gui.idle_color = '#ffffff'
|
||||
define gui.idle_small_color = '#e2e2e2'
|
||||
|
||||
## The color that is used for buttons and bars that are hovered.
|
||||
define gui.hover_color = '#990000'
|
||||
define gui.hover_color = '#834a96'
|
||||
|
||||
## The color used for a text button when it is selected but not focused. A
|
||||
## button is selected if it is the current screen or preference value.
|
||||
@@ -48,8 +48,8 @@ define gui.insensitive_color = '#7070707f'
|
||||
|
||||
## 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 = '#c16666'
|
||||
define gui.hover_muted_color = '#d69999'
|
||||
define gui.muted_color = '#834a96'
|
||||
define gui.hover_muted_color = '#9c5fb0'
|
||||
|
||||
## The colors used for dialogue and menu choice text.
|
||||
define gui.text_color = '#ffffff'
|
||||
@@ -250,7 +250,7 @@ define gui.file_slot_rows = 2
|
||||
|
||||
## The position of the left side of the navigation buttons, relative to the left
|
||||
## side of the screen.
|
||||
define gui.navigation_xpos = 200
|
||||
define gui.navigation_xpos = 1630
|
||||
|
||||
## The vertical position of the skip indicator.
|
||||
define gui.skip_ypos = 15
|
||||
@@ -350,16 +350,16 @@ define gui.history_spacing = 0
|
||||
|
||||
## The position, width, and alignment of the label giving the name of the
|
||||
## speaking character.
|
||||
define gui.history_name_xpos = 233
|
||||
define gui.history_name_xpos = 1100
|
||||
define gui.history_name_ypos = 0
|
||||
define gui.history_name_width = 233
|
||||
define gui.history_name_xalign = 1.0
|
||||
define gui.history_name_xalign = 0.0
|
||||
|
||||
## The position, width, and alignment of the dialogue text.
|
||||
define gui.history_text_xpos = 255
|
||||
define gui.history_text_xpos = 1078
|
||||
define gui.history_text_ypos = 3
|
||||
define gui.history_text_width = 1110
|
||||
define gui.history_text_xalign = 0.0
|
||||
define gui.history_text_xalign = 1.0
|
||||
|
||||
|
||||
## NVL-Mode ####################################################################
|
||||
@@ -443,8 +443,8 @@ init python:
|
||||
|
||||
## Adjust the location of the textbox.
|
||||
gui.textbox_height = 360
|
||||
gui.name_xpos = 120
|
||||
gui.dialogue_xpos = 135
|
||||
gui.name_xpos = 1815
|
||||
gui.dialogue_xpos = 1775
|
||||
gui.dialogue_width = 1650
|
||||
|
||||
## Change the size and spacing of various things.
|
||||
@@ -457,7 +457,7 @@ init python:
|
||||
gui.pref_button_spacing = 15
|
||||
|
||||
gui.history_height = 285
|
||||
gui.history_text_width = 1035
|
||||
gui.history_text_width = 800
|
||||
|
||||
gui.quick_button_text_size = 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user