forked from Cavemanon/SnootGame
Change yoffset magic number to variable
This commit is contained in:
@ -141,7 +141,6 @@ define gui.namebox_borders = Borders(5, 5, 5, 5)
|
||||
## background of the namebox will be scaled.
|
||||
define gui.namebox_tile = False
|
||||
|
||||
|
||||
## The placement of dialogue relative to the textbox. These can be a whole
|
||||
## number of pixels relative to the left or top side of the textbox, or 0.5 to
|
||||
## center.
|
||||
@ -155,6 +154,7 @@ define gui.dialogue_width = 1460
|
||||
## aligned, 0.5 for centered, and 1.0 for right-aligned.
|
||||
define gui.dialogue_text_xalign = 0.0
|
||||
|
||||
define gui.window_yoffset = 0
|
||||
define gui.input_yoffset = 0
|
||||
|
||||
## Buttons #####################################################################
|
||||
@ -459,6 +459,7 @@ init python:
|
||||
gui.dialogue_ypos = 20
|
||||
gui.dialogue_xpos = 240
|
||||
gui.dialogue_width = 1460
|
||||
gui.window_yoffset = -75
|
||||
|
||||
## Change the size and spacing of various things.
|
||||
gui.slider_size = 54
|
||||
|
Reference in New Issue
Block a user