remove unused resource
This commit is contained in:
parent
a1cd380a18
commit
c1ba98a91b
1 changed files with 0 additions and 141 deletions
141
test_story.tres
141
test_story.tres
|
@ -1,141 +0,0 @@
|
||||||
[gd_resource type="Resource" load_steps=2 format=2]
|
|
||||||
|
|
||||||
[ext_resource path="res://addons/EXP-System-Dialog/Resource_EditorStory/EXP_EditorStory.gd" type="Script" id=1]
|
|
||||||
|
|
||||||
[resource]
|
|
||||||
script = ExtResource( 1 )
|
|
||||||
TYPE = "EXP_Story_editor"
|
|
||||||
names = {
|
|
||||||
|
|
||||||
}
|
|
||||||
story = {
|
|
||||||
1: {
|
|
||||||
"available_nid": [ ],
|
|
||||||
"groups": [ ],
|
|
||||||
"human_readable_description": "New Dialog - Enter Human Readable Description.",
|
|
||||||
"nodes": {
|
|
||||||
1: {
|
|
||||||
"graph_offset": Vector2( 120, 80 ),
|
|
||||||
"links": {
|
|
||||||
0: 2
|
|
||||||
},
|
|
||||||
"rect_size": Vector2( 324, 375 ),
|
|
||||||
"slot_amount": 1,
|
|
||||||
"text": "{
|
|
||||||
\"speaker\": {
|
|
||||||
\"id\": 1,
|
|
||||||
\"emotion\": \"happy\"
|
|
||||||
},
|
|
||||||
\"scene\": {
|
|
||||||
\"id\": 1
|
|
||||||
},
|
|
||||||
\"dialog\": {
|
|
||||||
\"message\": \"Bonjour !\",
|
|
||||||
\"choices_multiple\": [
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}",
|
|
||||||
"type": "line"
|
|
||||||
},
|
|
||||||
2: {
|
|
||||||
"graph_offset": Vector2( 540, -180 ),
|
|
||||||
"links": {
|
|
||||||
0: 3,
|
|
||||||
1: 4
|
|
||||||
},
|
|
||||||
"rect_size": Vector2( 324, 375 ),
|
|
||||||
"slot_amount": 2,
|
|
||||||
"text": "{
|
|
||||||
\"speaker\": {
|
|
||||||
\"id\": 1,
|
|
||||||
\"emotion\": \"happy\"
|
|
||||||
},
|
|
||||||
\"scene\": {
|
|
||||||
\"id\": 1
|
|
||||||
},
|
|
||||||
\"dialog\": {
|
|
||||||
\"message\": \"Comment vas tu ?\",
|
|
||||||
\"choices_multiple\": [
|
|
||||||
{
|
|
||||||
\"title\": \"Super !\",
|
|
||||||
\"conditions\": [
|
|
||||||
{
|
|
||||||
\"id\": \"wellness\",
|
|
||||||
\"value\": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
\"title\": \"Pas ouf\",
|
|
||||||
\"conditions\": [
|
|
||||||
|
|
||||||
],
|
|
||||||
\"infobox\": {
|
|
||||||
\"text\": \"Dire une telle chose est impensable\",
|
|
||||||
\"conditions\": [
|
|
||||||
{
|
|
||||||
\"id\": \"intelligence\",
|
|
||||||
\"value\": 10
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}",
|
|
||||||
"type": "line"
|
|
||||||
},
|
|
||||||
3: {
|
|
||||||
"graph_offset": Vector2( 980, -60 ),
|
|
||||||
"links": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"rect_size": Vector2( 324, 375 ),
|
|
||||||
"slot_amount": 1,
|
|
||||||
"text": "{
|
|
||||||
\"speaker\": {
|
|
||||||
\"id\": 1,
|
|
||||||
\"emotion\": \"happy\"
|
|
||||||
},
|
|
||||||
\"scene\": {
|
|
||||||
\"id\": 1
|
|
||||||
},
|
|
||||||
\"dialog\": {
|
|
||||||
\"message\": \"Cool !\",
|
|
||||||
\"choices_multiple\": [
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}",
|
|
||||||
"type": "line"
|
|
||||||
},
|
|
||||||
4: {
|
|
||||||
"graph_offset": Vector2( 980, 460 ),
|
|
||||||
"links": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"rect_size": Vector2( 324, 375 ),
|
|
||||||
"slot_amount": 1,
|
|
||||||
"text": "{
|
|
||||||
\"speaker\": {
|
|
||||||
\"id\": 1,
|
|
||||||
\"emotion\": \"sad\"
|
|
||||||
},
|
|
||||||
\"scene\": {
|
|
||||||
\"id\": 1
|
|
||||||
},
|
|
||||||
\"dialog\": {
|
|
||||||
\"message\": \"Triste\",
|
|
||||||
\"choices_multiple\": [
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}",
|
|
||||||
"type": "line"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
available_dids = [ ]
|
|
||||||
groups = [ ]
|
|
Loading…
Reference in a new issue