Started boss wave and iniital assets; broke out parallax speed change

functionality.
This commit is contained in:
Henry 2026-03-01 23:47:39 +00:00
parent 4f0eff986f
commit 59d42fb906
9 changed files with 110 additions and 16 deletions

View file

@ -13,5 +13,6 @@ signal goose_talk(frame_index: int)
# FX
signal flash_screen(duration: float)
signal cloud_speed()
@warning_ignore_restore("unused_signal") # put any future signals you add between the two ignore annotations