Initial jam build, 2 endings— secret ending glitches and doesn't show

title upon completion.
This commit is contained in:
Henry 2026-03-05 11:43:13 +00:00
parent ab0a4e24f7
commit 7b47e847ae
14 changed files with 496 additions and 58 deletions

View file

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