Fixes #2 - Refactoring Code so its not one 28k line blob #17

Merged
MichaelYick merged 44 commits from coolestskinnieinthejungle/SnootGame:master into Patchy-Patch5 2021-06-18 22:05:57 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit f143bc1eda - Show all commits

View File

@ -348,4 +348,9 @@ transform rleft:
transform rright:
xalign 1.7 yalign 0.1
call storyline
label start:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call storyline

View File

@ -1,8 +1,4 @@
label storyline:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
call chapter_1
call chapter_2
call chapter_3