forked from Cavemanon/SnootGame
Add exit game after ending 1
This commit is contained in:
@ -57,6 +57,10 @@ init python:
|
|||||||
|
|
||||||
def end_story():
|
def end_story():
|
||||||
ending_image()
|
ending_image()
|
||||||
|
|
||||||
|
if ending_route_number == 1:
|
||||||
|
renpy.quit()
|
||||||
|
else:
|
||||||
renpy.call("lending")
|
renpy.call("lending")
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user