43 lines
837 B
Plaintext
43 lines
837 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_y5ero"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_y5ero")
|
|
using_states = PackedStringArray()
|
|
titles = {
|
|
"start": "2"
|
|
}
|
|
character_names = PackedStringArray()
|
|
first_title = "2"
|
|
lines = {
|
|
"1": {
|
|
"id": "1",
|
|
"next_id": "2",
|
|
"text": "start",
|
|
"type": &"title"
|
|
},
|
|
"2": {
|
|
"character": "",
|
|
"character_replacements": Array[Dictionary]([]),
|
|
"id": "2",
|
|
"next_id": "3",
|
|
"notes": "",
|
|
"tags": PackedStringArray(),
|
|
"text": "Hi...",
|
|
"text_replacements": Array[Dictionary]([]),
|
|
"translation_key": "Hi...",
|
|
"type": &"dialogue"
|
|
},
|
|
"3": {
|
|
"id": "3",
|
|
"is_snippet": false,
|
|
"next_id": "end",
|
|
"type": &"goto"
|
|
}
|
|
}
|
|
raw_text = "~ start
|
|
Hi...
|
|
=> END"
|
|
metadata/dialogue_manager_version = "2.41.4"
|