Squashed commit for update 1.3.7
This commit is contained in:
@@ -37,7 +37,7 @@ define gui.idle_color = '#ffffff'
|
||||
|
||||
## The small color is used for small text, which needs to be brighter/darker to
|
||||
## achieve the same effect.
|
||||
define gui.idle_small_color = '#00E1FF'
|
||||
define gui.idle_small_color = '#ffffff'
|
||||
|
||||
## The color that is used for buttons and bars that are hovered.
|
||||
define gui.hover_color = '#fbff18'
|
||||
@@ -365,6 +365,9 @@ define gui.unscrollable = "hide"
|
||||
## The number of blocks of dialogue history Ren'Py will keep.
|
||||
define config.history_length = 250
|
||||
|
||||
## Additional space to add between history screen entries.
|
||||
define gui.history_spacing = 0
|
||||
|
||||
## The height of a history screen entry, or None to make the height variable at
|
||||
## the cost of performance.
|
||||
define gui.history_height = 210
|
||||
|
Reference in New Issue
Block a user