SnootGame/game/chapter_select.rpy
2024-08-19 20:21:32 -03:00

12 lines
284 B
Text

screen label_selector():
tag menu
frame:
align (0.5, 0.5)
padding (20, 20)
vbox:
spacing 10
text "Choose a Label:"
for label in chapter_list:
textbutton label:
action Call(label)