Bring all features from latest renpy updates into default renpy scripts

This commit is contained in:
2024-10-05 09:42:58 -05:00
parent 902e435e6c
commit 2269086430
5 changed files with 124 additions and 27 deletions

View File

@@ -11,7 +11,8 @@ init offset = -2
init python:
gui.init(1920, 1080)
## Enable checks for invalid or unstable properties in screens or transforms
#define config.check_conflicting_properties = True
################################################################################
## GUI Configuration Variables
@@ -362,6 +363,8 @@ define config.history_length = 250
## the cost of performance.
define gui.history_height = 210
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
@@ -419,6 +422,7 @@ define gui.nvl_thought_xalign = 0.0
define gui.nvl_button_xpos = 675
define gui.nvl_button_xalign = 0.0
## Localization ################################################################
## This controls where a line break is permitted. The default is suitable