Add chapters description to selection

This commit is contained in:
Iggy 2024-08-21 21:05:14 -03:00
parent afee5de501
commit 59c229db73

View file

@ -1,23 +1,23 @@
define chapter_tuple_1 = [ define chapter_tuple_1 = [
("1", "chapter_1"), ("1. Anon meets Fang.", "chapter_1"),
("2", "chapter_2"), ("2. Fourth day of school.", "chapter_2"),
("3", "chapter_3"), ("3. Showing up at band practice.", "chapter_3"),
("4", "chapter_4"), ("4. Anon needs help during music period.", "chapter_4"),
("5", "chapter_5"), ("5. Fang and Anon cut class to talk on the roof.", "chapter_5"),
("6", "chapter_6") ("6. Anon helps Fang find a venue for the band.", "chapter_6")
] ]
define chapter_tuple_2 = [ define chapter_tuple_2 = [
("7", "chapter_7"), ("7. Concert day.", "chapter_7"),
("8", "chapter_8"), ("8. Anon and Fang study together.", "chapter_8"),
("9", "chapter_9"), ("9. Trish ridicules Anon in front of the school.", "chapter_9"),
("10", "chapter_10"), ("10. Fang goes to Anon's apartment.", "chapter_10"),
("11", "chapter_11") ("11. School assignment and route lock.", "chapter_11")
] ]
define tuples_index = [ define tuples_index = [
("1-6", chapter_tuple_1), ("Chapters 1 to 6", chapter_tuple_1),
("7-11", chapter_tuple_2) ("Chapters 7 to 11", chapter_tuple_2)
] ]
default selected_tuple = None default selected_tuple = None