Initial jam build, 2 endings— secret ending glitches and doesn't show
title upon completion.
This commit is contained in:
parent
ab0a4e24f7
commit
7b47e847ae
14 changed files with 496 additions and 58 deletions
|
|
@ -15,4 +15,9 @@ signal goose_talk(frame_index: int)
|
|||
signal flash_screen(duration: float)
|
||||
signal cloud_speed()
|
||||
|
||||
# Ending
|
||||
signal ending(value: int)
|
||||
signal win_game()
|
||||
signal secret_win_game()
|
||||
|
||||
@warning_ignore_restore("unused_signal") # put any future signals you add between the two ignore annotations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue