Add VN textbox (needs some more bug fixing)
This commit is contained in:
5
scripts/System/VNSystem.gd
Normal file
5
scripts/System/VNSystem.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name VNSystem extends Node
|
||||
const VNTextbox = preload("res://scripts/UI/VNTextbox.gd")
|
||||
|
||||
func getTextbox() -> VNTextbox:
|
||||
return get_tree().current_scene.get_node("UI/VNTextbox") as VNTextbox;
|
Reference in New Issue
Block a user