Add exit game after ending 1

This commit is contained in:
Iggy 2024-09-18 12:00:03 -03:00
parent 4d3801dd3d
commit 92ee2a56f1

View file

@ -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")