Nuking UI global scene
This commit is contained in:
5
ui/UI.gd
5
ui/UI.gd
@@ -1,5 +1,10 @@
|
||||
class_name UISingleton extends Control
|
||||
|
||||
# @deprecated
|
||||
@export var TEXTBOX: VNTextbox
|
||||
|
||||
# @deprecated
|
||||
@export var PAUSE: PauseMenu
|
||||
|
||||
# @deprecated
|
||||
@export var DEBUG: DebugMenu
|
||||
|
||||
@@ -12,6 +12,7 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
script = ExtResource("1_son71")
|
||||
TEXTBOX = NodePath("VNTextbox")
|
||||
PAUSE = NodePath("PauseMenu")
|
||||
|
||||
Reference in New Issue
Block a user