forked from harper/spooktober-vnj
basic dialogue progression
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends Resource
|
||||
class_name Dialogue
|
||||
|
||||
@export var character: Character
|
||||
@export_multiline() var dialogue: String
|
||||
@export var choice: Dictionary[Choice, Dialogue]
|
||||
Reference in New Issue
Block a user