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