This commit is contained in:
2024-09-07 15:01:45 -07:00
parent fbaf698852
commit b470a9d2fe
116 changed files with 15968 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
extends DialogueEngine
func _setup() -> void:
# Use DialogueEntry.set_metadata for data that must be available through DialogueEngine.dialogue_continued signal.
# The metadata handling per DialogueEntry must be implemented by the user.
add_text_entry("[i]We won! Let's goooo!![/i]").set_metadata("author", "Gary")
add_text_entry("Press <Enter> or <Space> to exit.")