Squashed commit for update 1.3.7

This commit is contained in:
2024-04-21 13:45:17 -05:00
parent 5d02c6fc3f
commit 03524c9360
188 changed files with 7039 additions and 2873 deletions

View File

@@ -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