FuncIt/Game/source/assets/scripts/ui-element-handlers/UI.gd
Alan Alexander Cerna bde1f29107 [Major] Finished product development - Stage I
The activation of finished product development in a combined development environment.
2021-11-02 13:54:16 +02:00

10 lines
110 B
GDScript

extends CanvasLayer
func _ready() -> void:
Global.ui = self
func _exit_tree() -> void:
Global.ui = null