Added goose_talk() to the global event bus. And a goose.

This commit is contained in:
Henry 2026-02-11 22:08:24 +00:00
parent 614c5b5f78
commit 69b3b935ad
10 changed files with 80 additions and 3 deletions

View file

@ -8,5 +8,6 @@ signal enemy_died()
signal enemy_hit(value: int)
signal initialize_shieldbar()
signal start_game()
signal goose_talk()
@warning_ignore_restore("unused_signal") # put any future signals you add between the two ignore annotations