SnootGame/game/chapter_select.rpy

13 lines
284 B
Text
Raw Normal View History

2024-08-20 01:21:32 +02:00
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)