forked from Cavemanon/SnootGame
Adjust Input prompt around OSK
This commit is contained in:
@ -155,6 +155,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.input_yoffset = 0
|
||||
|
||||
## Buttons #####################################################################
|
||||
##
|
||||
@ -489,4 +490,7 @@ init python:
|
||||
gui.nvl_button_xpos = 30
|
||||
|
||||
|
||||
## Input, OSK, very specific
|
||||
if renpy.variant("small") or renpy.variant("touch"):
|
||||
gui.input_yoffset = -625
|
||||
|
||||
|
Reference in New Issue
Block a user