Testing cutscene setup

This commit is contained in:
2026-01-08 22:23:07 -06:00
parent 316e4a154a
commit cd2dd3fe0e
12 changed files with 58 additions and 10 deletions

View File

@@ -71,3 +71,7 @@ func setText(text:String) -> void:
await get_tree().process_frame# Absolutely needed to make the text wrap
label.text = text;
label.visible_characters = 0;
func setTextAndWait(text:String) -> void:
await setText(text);
await self.textboxClosing