Bit more cleanup

This commit is contained in:
2025-05-06 18:11:37 -05:00
parent 0dfb9743f6
commit 12746a520e
61 changed files with 148 additions and 622 deletions

View File

@@ -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