mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-22 01:49:24 +01:00
12 lines
284 B
Text
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)
|