Refactor cutscene queue

This commit is contained in:
2026-01-11 16:40:54 -06:00
parent 99ecc2cfc7
commit 6ecbc33cc2
16 changed files with 190 additions and 32 deletions

View File

@@ -4,6 +4,6 @@ class_name ConversationElement
@export_node_path("Entity") var entity:NodePath
@export_multiline var label: String
func sceneItem() -> int:
func start(_params:Dictionary) -> int:
await UI.TEXTBOX.setTextAndWait(label)
return CutsceneSingleton.CUTSCENE_CONTINUE
return Cutscene.CUTSCENE_CONTINUE