Bit more cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ const VNTextbox = preload("res://scripts/UI/VNTextbox.gd")
|
||||
var vnTextbox:VNTextbox = null
|
||||
|
||||
func _ready() -> void:
|
||||
vnTextbox = $SubsceneUI/VNTextbox
|
||||
vnTextbox = UI.get_node("VNTextbox")
|
||||
|
||||
func getTextbox() -> VNTextbox:
|
||||
return vnTextbox
|
||||
|
Reference in New Issue
Block a user