resources for choices and branches

This commit is contained in:
wooshings
2026-09-05 14:57:38 -07:00
parent 3112d6b8bf
commit ab632f455d
4 changed files with 33 additions and 4 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ class_name Dialogue
@export var character: Character
@export_multiline() var dialogue: String
@export var choice: Dictionary[Choice, Dialogue]
@export var choices: Array[Choice]