diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index d6b284a8..12f362e3 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -20,6 +20,11 @@ screen say(who, what, side_image=None, icon=None): id "textbox" style "textbox" + # TODO: Remove after 1080p gets implemented + at transform: + zoom 0.5 + xalign 0.5 + # Ren'py hard crashes without textbox windows, # this is the workaround that just works. if states.settings.interface_hidden: @@ -86,9 +91,10 @@ style textbox: background Transform(Image("gui/creamy_pumpkin_pie/textbox.png", xalign=0.5, yalign=1.0, oversample=2), alpha=0.5) style what: - xpos 0.25 + xpos 0.5 ypos 20 - xmaximum 1000 + xsize 1000 + xoffset -480 color "#fff" outlines [(3, "#000000", 1, 1)] hinting "bytecode"