Added global event bus
This commit is contained in:
parent
e98ba4ef27
commit
eb6f24a389
4 changed files with 15 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