Refactor cutscene queue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user