basic dialogue progression

This commit is contained in:
wooshings
2026-09-04 21:04:58 -07:00
parent 624a6c1c73
commit 3112d6b8bf
13 changed files with 98 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
extends Resource
class_name Dialogue
@export var character: Character
@export_multiline() var dialogue: String
@export var choice: Dictionary[Choice, Dialogue]