renpy does not like dots in labels pt.2 - fixed labels and jumps

yay
This commit is contained in:
2021-06-12 22:29:29 -05:00
parent 535298892b
commit cdec7f5ddd
28 changed files with 54 additions and 54 deletions

View File

@ -1,4 +1,4 @@
label chapter_1.5:
label chapter_2:
scene black with fade
@ -1515,4 +1515,4 @@ A "See ya."
scene black with fade
#jump StartOfChap3 - commented out 6/12/21 - confuses with new file consistency + in line with og script
jump chapter_2.0
jump chapter_3