Files
GameJamDungeon/.godot/imported/DialogueControl.dialogue-95ad027a44c873417c8376feebbd5173.tres
2024-09-09 17:34:51 -07:00

30 lines
576 B
Plaintext

[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3]
[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_gw3f3"]
[resource]
script = ExtResource("1_gw3f3")
using_states = PackedStringArray()
titles = {
"Stop": "2"
}
character_names = PackedStringArray()
first_title = "2"
lines = {
"1": {
"id": "1",
"next_id": "2",
"text": "Stop",
"type": &"title"
},
"2": {
"id": "2",
"is_snippet": false,
"next_id": "end!",
"type": &"goto"
}
}
raw_text = "~ Stop
=> END!"
metadata/dialogue_manager_version = "2.41.4"