Singelton patch
This commit is contained in:
6
scripts/Singletons/VN.gd
Normal file
6
scripts/Singletons/VN.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name VNSystem extends Node
|
||||
const VNTextbox = preload("res://scripts/UI/VNTextbox.gd")
|
||||
|
||||
func getTextbox() -> VNTextbox:
|
||||
return null
|
||||
# return get_tree().current_scene.get_node("UI/VNTextbox") as VNTextbox;
|
Reference in New Issue
Block a user