mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Add exit game after ending 1
This commit is contained in:
parent
4d3801dd3d
commit
92ee2a56f1
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue