mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
renpy demands a "start" label
This commit is contained in:
parent
99a458cf40
commit
f143bc1eda
2 changed files with 6 additions and 5 deletions
|
@ -348,4 +348,9 @@ transform rleft:
|
|||
transform rright:
|
||||
xalign 1.7 yalign 0.1
|
||||
|
||||
label start:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
pause 1.0
|
||||
call storyline
|
|
@ -1,8 +1,4 @@
|
|||
label storyline:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
$ tradwife = False
|
||||
pause 1.0
|
||||
call chapter_1
|
||||
call chapter_2
|
||||
call chapter_3
|
||||
|
|
Loading…
Reference in a new issue