Style fix
This commit is contained in:
parent
c089ebe81d
commit
5967c358ca
@ -20,6 +20,11 @@ screen say(who, what, side_image=None, icon=None):
|
|||||||
id "textbox"
|
id "textbox"
|
||||||
style "textbox"
|
style "textbox"
|
||||||
|
|
||||||
|
# TODO: Remove after 1080p gets implemented
|
||||||
|
at transform:
|
||||||
|
zoom 0.5
|
||||||
|
xalign 0.5
|
||||||
|
|
||||||
# Ren'py hard crashes without textbox windows,
|
# Ren'py hard crashes without textbox windows,
|
||||||
# this is the workaround that just works.
|
# this is the workaround that just works.
|
||||||
if states.settings.interface_hidden:
|
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)
|
background Transform(Image("gui/creamy_pumpkin_pie/textbox.png", xalign=0.5, yalign=1.0, oversample=2), alpha=0.5)
|
||||||
|
|
||||||
style what:
|
style what:
|
||||||
xpos 0.25
|
xpos 0.5
|
||||||
ypos 20
|
ypos 20
|
||||||
xmaximum 1000
|
xsize 1000
|
||||||
|
xoffset -480
|
||||||
color "#fff"
|
color "#fff"
|
||||||
outlines [(3, "#000000", 1, 1)]
|
outlines [(3, "#000000", 1, 1)]
|
||||||
hinting "bytecode"
|
hinting "bytecode"
|
||||||
|
Loading…
Reference in New Issue
Block a user