From 123ee89e2d7ed8a3af19f4bf8b61e6dc5c6e8dbd Mon Sep 17 00:00:00 2001 From: nutbuster Date: Wed, 30 Jun 2021 15:54:29 +1000 Subject: [PATCH] Fix Namebox position for mobile --- game/gui.rpy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/game/gui.rpy b/game/gui.rpy index 4d92bff..f20dd29 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -435,10 +435,8 @@ init python: gui.label_text_size = 51 ## Adjust the location of the textbox. - gui.textbox_height = 360 - gui.name_xpos = 120 - gui.text_xpos = 135 - gui.text_width = 1650 + gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360 + gui.text_width = 1650 # not needed ## Change the size and spacing of various things. gui.slider_size = 54