Initial commit.

This commit is contained in:
Henry 2026-03-21 17:22:41 +00:00
commit 142bf87eca
24 changed files with 356 additions and 0 deletions

6
scripts/event_bus.gd Normal file
View file

@ -0,0 +1,6 @@
extends Node
@warning_ignore_start("unused_signal") # since otherwise Godot will throw a warning that the signal is unused in current scope
@warning_ignore_restore("unused_signal") # put any future signals you add between the two ignore annotations