Change .gitignore file

This commit is contained in:
2024-09-09 17:34:51 -07:00
parent fc33b07dc7
commit edef839b87
2533 changed files with 26505 additions and 4 deletions

View File

@@ -0,0 +1,42 @@
[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"