mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Add chapter_select file
This commit is contained in:
parent
17cdc25bb1
commit
a933c090e4
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
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)
|
Loading…
Reference in a new issue