Add chapter_select file
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user