Browse Source

remove unused resource

Arnaud Vergnet 3 years ago
parent
commit
c1ba98a91b
1 changed files with 0 additions and 141 deletions
  1. 0
    141
      test_story.tres

+ 0
- 141
test_story.tres View File

@@ -1,141 +0,0 @@
1
-[gd_resource type="Resource" load_steps=2 format=2]
2
-
3
-[ext_resource path="res://addons/EXP-System-Dialog/Resource_EditorStory/EXP_EditorStory.gd" type="Script" id=1]
4
-
5
-[resource]
6
-script = ExtResource( 1 )
7
-TYPE = "EXP_Story_editor"
8
-names = {
9
-
10
-}
11
-story = {
12
-1: {
13
-"available_nid": [  ],
14
-"groups": [  ],
15
-"human_readable_description": "New Dialog - Enter Human Readable Description.",
16
-"nodes": {
17
-1: {
18
-"graph_offset": Vector2( 120, 80 ),
19
-"links": {
20
-0: 2
21
-},
22
-"rect_size": Vector2( 324, 375 ),
23
-"slot_amount": 1,
24
-"text": "{
25
-	\"speaker\": {
26
-		\"id\": 1,
27
-		\"emotion\": \"happy\"
28
-	},
29
-	\"scene\": {
30
-		\"id\": 1
31
-	},
32
-	\"dialog\": {
33
-		\"message\": \"Bonjour !\",
34
-		\"choices_multiple\": [
35
-
36
-		]
37
-	}
38
-}",
39
-"type": "line"
40
-},
41
-2: {
42
-"graph_offset": Vector2( 540, -180 ),
43
-"links": {
44
-0: 3,
45
-1: 4
46
-},
47
-"rect_size": Vector2( 324, 375 ),
48
-"slot_amount": 2,
49
-"text": "{
50
-	\"speaker\": {
51
-		\"id\": 1,
52
-		\"emotion\": \"happy\"
53
-	},
54
-	\"scene\": {
55
-		\"id\": 1
56
-	},
57
-	\"dialog\": {
58
-		\"message\": \"Comment vas tu ?\",
59
-		\"choices_multiple\": [
60
-			{
61
-				\"title\": \"Super !\",
62
-				\"conditions\": [
63
-					{
64
-						\"id\": \"wellness\",
65
-						\"value\": 50
66
-					}
67
-				]
68
-			},
69
-			{
70
-				\"title\": \"Pas ouf\",
71
-				\"conditions\": [
72
-
73
-				],
74
-				\"infobox\": {
75
-					\"text\": \"Dire une telle chose est impensable\",
76
-					\"conditions\": [
77
-						{
78
-							\"id\": \"intelligence\",
79
-							\"value\": 10
80
-						}
81
-					]
82
-				}
83
-			}
84
-		]
85
-	}
86
-}",
87
-"type": "line"
88
-},
89
-3: {
90
-"graph_offset": Vector2( 980, -60 ),
91
-"links": {
92
-
93
-},
94
-"rect_size": Vector2( 324, 375 ),
95
-"slot_amount": 1,
96
-"text": "{
97
-	\"speaker\": {
98
-		\"id\": 1,
99
-		\"emotion\": \"happy\"
100
-	},
101
-	\"scene\": {
102
-		\"id\": 1
103
-	},
104
-	\"dialog\": {
105
-		\"message\": \"Cool !\",
106
-		\"choices_multiple\": [
107
-
108
-		]
109
-	}
110
-}",
111
-"type": "line"
112
-},
113
-4: {
114
-"graph_offset": Vector2( 980, 460 ),
115
-"links": {
116
-
117
-},
118
-"rect_size": Vector2( 324, 375 ),
119
-"slot_amount": 1,
120
-"text": "{
121
-	\"speaker\": {
122
-		\"id\": 1,
123
-		\"emotion\": \"sad\"
124
-	},
125
-	\"scene\": {
126
-		\"id\": 1
127
-	},
128
-	\"dialog\": {
129
-		\"message\": \"Triste\",
130
-		\"choices_multiple\": [
131
-
132
-		]
133
-	}
134
-}",
135
-"type": "line"
136
-}
137
-}
138
-}
139
-}
140
-available_dids = [  ]
141
-groups = [  ]

Loading…
Cancel
Save