parent
fa3e1e4450
commit
d1aaeb157e
@ -153,7 +153,7 @@ style quick_alt_button_text:
|
||||
#
|
||||
# https://www.renpy.org/doc/html/screen_special.html#choice
|
||||
|
||||
screen choice(items, menu_align=(.5, .6)):
|
||||
screen choice(items, menu_xalign=.5, menu_yalign=.6):
|
||||
tag menu
|
||||
modal True
|
||||
zorder 30
|
||||
@ -169,7 +169,7 @@ screen choice(items, menu_align=(.5, .6)):
|
||||
|
||||
window at fade_show_hide(0.15):
|
||||
style "empty"
|
||||
align menu_align
|
||||
align (menu_xalign, menu_yalign)
|
||||
|
||||
vbox:
|
||||
spacing 0
|
||||
|
@ -210,7 +210,7 @@ label letter(text, lbl):
|
||||
show screen letter(text)
|
||||
with d3
|
||||
|
||||
menu (menu_align=(.5, .9)):
|
||||
menu (menu_xalign=.5, menu_yalign=.9):
|
||||
"-Done reading-":
|
||||
pass
|
||||
|
||||
|
@ -87,7 +87,7 @@ label unlock_clothing(text="", item="interface/icons/box_blue_1.webp"):
|
||||
show screen blktone
|
||||
with d3
|
||||
|
||||
menu (menu_align=(.5, .75)):
|
||||
menu (menu_xalign=.5, menu_yalign=.75):
|
||||
"[text]"
|
||||
"-Done Reading-":
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user