Allow events to grab systems and nodes.

This commit is contained in:
2025-01-07 22:51:18 -06:00
parent 75082e0598
commit c1b3601170
7 changed files with 22 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ func _init(
self.text = text;
func start() -> void:
print("He can say ", text);
getSystems().VN.getTextbox().setText(self.text);
func isDone() -> bool:
return false