Initial commit.
This commit is contained in:
commit
142bf87eca
24 changed files with 356 additions and 0 deletions
6
scripts/event_bus.gd
Normal file
6
scripts/event_bus.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue