Refactor conversation stuff

This commit is contained in:
2026-01-14 23:20:56 -06:00
parent d916e65990
commit 5af98a69a2
18 changed files with 136 additions and 35 deletions

View File

@@ -93,3 +93,4 @@ func setText(text:String) -> void:
func setTextAndWait(text:String) -> void:
self.setText(text);
await self.textboxClosing
await get_tree().process_frame