forked from Cavemanon/SnootGame
Compare commits
1 Commits
add-ending
...
master
Author | SHA1 | Date | |
---|---|---|---|
92ee2a56f1 |
@ -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