mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
document ending_image()
This commit is contained in:
parent
ccadc0c179
commit
3f2fc63950
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
init -1 python:
|
||||
# This function name is a misnomer, this actually counts endings as seen when the player reaches the ending cards when this is called
|
||||
# And it's done in the most retarded way possible because someone thought it'd be funny.
|
||||
def ending_image():
|
||||
#0b0000, DCBA, flash the bits with |=, check with &
|
||||
endings = 0b0000
|
||||
|
@ -26,7 +28,7 @@ init python:
|
|||
|
||||
# We're at an ending
|
||||
else:
|
||||
ending_image()
|
||||
ending_image() # Count endings that have seen the ending cards as seen
|
||||
|
||||
if ending_route_number == 1:
|
||||
renpy.quit()
|
||||
|
|
Loading…
Reference in a new issue