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,29 @@
[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"