Adjust Input prompt around OSK

This commit is contained in:
2021-07-03 15:30:39 +10:00
parent 6ac6fb8b44
commit 40686cf245
2 changed files with 7 additions and 8 deletions

View File

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