Add pausing

This commit is contained in:
2025-01-08 16:53:40 -06:00
parent c1b3601170
commit bb9140169f
12 changed files with 115 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ func start() -> void:
getSystems().VN.getTextbox().setText(self.text);
func isDone() -> bool:
return false
return getSystems().VN.getTextbox().isClosed;