Singelton patch
This commit is contained in:
@@ -9,7 +9,7 @@ func _init(
|
||||
self.text = text;
|
||||
|
||||
func start() -> void:
|
||||
getSystems().VN.getTextbox().setText(self.text);
|
||||
VN.getTextbox().setText(self.text);
|
||||
|
||||
func isDone() -> bool:
|
||||
return getSystems().VN.getTextbox().isClosed;
|
||||
return VN.getTextbox().isClosed;
|
||||
|
Reference in New Issue
Block a user