FuncIt/kristofers/movementSystem0.0.3/code/UI.gd
2021-10-30 18:22:34 +03:00

10 lines
110 B
GDScript

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