forked from Cavemanon/SnootGame
Bring all features from latest renpy updates into default renpy scripts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user