Begin UI refactor

This commit is contained in:
2026-01-09 20:52:47 -06:00
parent e7f55fd731
commit bcf5249067
16 changed files with 92 additions and 50 deletions

View File

@@ -5,5 +5,5 @@ class_name ConversationElement
@export_multiline var label: String
func sceneItem() -> int:
# await UI.TEXTBOX.setTextAndWait(label)
await UI.TEXTBOX.setTextAndWait(label)
return CutsceneSingleton.CUTSCENE_CONTINUE