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

@@ -0,0 +1,9 @@
extends Resource
class_name ConversationElement
@export_node_path("Entity") var entity:NodePath
@export_multiline var label: String
func sceneItem() -> int:
await UI.TEXTBOX.setTextAndWait(label)
return CutsceneSingleton.CUTSCENE_CONTINUE