Remove unused xalign
This commit is contained in:
parent
a36c0ba222
commit
070d14a685
@ -122,7 +122,7 @@ style quick_button_text is default:
|
|||||||
#
|
#
|
||||||
# https://www.renpy.org/doc/html/screen_special.html#choice
|
# https://www.renpy.org/doc/html/screen_special.html#choice
|
||||||
|
|
||||||
screen choice(items, menu_xalign=.5, menu_yalign=.6):
|
screen choice(items, menu_yalign=.6):
|
||||||
tag menu
|
tag menu
|
||||||
modal True
|
modal True
|
||||||
zorder 30
|
zorder 30
|
||||||
@ -138,7 +138,7 @@ screen choice(items, menu_xalign=.5, menu_yalign=.6):
|
|||||||
|
|
||||||
window at fade_show_hide(0.15):
|
window at fade_show_hide(0.15):
|
||||||
style "empty"
|
style "empty"
|
||||||
align (menu_xalign, menu_yalign)
|
yalign menu_yalign
|
||||||
|
|
||||||
vbox:
|
vbox:
|
||||||
spacing 0
|
spacing 0
|
||||||
|
@ -210,7 +210,7 @@ label letter(text, lbl):
|
|||||||
show screen letter(text)
|
show screen letter(text)
|
||||||
with d3
|
with d3
|
||||||
|
|
||||||
menu (menu_xalign=.5, menu_yalign=.9):
|
menu (menu_yalign=.9):
|
||||||
"-Done reading-":
|
"-Done reading-":
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ label unlock_clothing(text="", item="interface/icons/box_blue_1.webp"):
|
|||||||
show screen blktone
|
show screen blktone
|
||||||
with d3
|
with d3
|
||||||
|
|
||||||
menu (menu_xalign=.5, menu_yalign=.75):
|
menu (menu_yalign=.75):
|
||||||
"[text]"
|
"[text]"
|
||||||
"-Done Reading-":
|
"-Done Reading-":
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user