mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
10 lines
110 B
GDScript
10 lines
110 B
GDScript
extends CanvasLayer
|
|
|
|
|
|
func _ready() -> void:
|
|
Global.ui = self
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
Global.ui = null
|