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