Add chapter_select file

This commit is contained in:
Iggy 2024-08-19 20:21:32 -03:00
parent 17cdc25bb1
commit a933c090e4

View file

@ -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)