Style fix

This commit is contained in:
LoafyLemon 2024-05-19 21:00:48 +01:00
parent c089ebe81d
commit 5967c358ca

View File

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