#Exporting Signals
1 messages · Page 1 of 1 (latest)
A global event bus could solve that.
Or you use editable children which exposes the signals also.
Or a UI singleton you can access from player
Godot Engine documentation
Introduction: Godot's scene system, while powerful and flexible, has a drawback: there is no method for storing information (e.g. a player's score or inventory) that is needed by more than one scen...