-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestimony_mockup.tres
124 lines (113 loc) · 3.52 KB
/
testimony_mockup.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[gd_resource type="Resource" script_class="CommandCollection" load_steps=14 format=3 uid="uid://cymev3ymknkno"]
[ext_resource type="Script" path="res://addons/textalog/commands/command_dialog.gd" id="1_b68hw"]
[ext_resource type="Script" path="res://addons/blockflow/command_collection.gd" id="1_bprkm"]
[ext_resource type="Script" path="res://addons/textalog/commands/command_testimony_statement.gd" id="2_6caux"]
[ext_resource type="Script" path="res://addons/textalog/commands/command_testimony.gd" id="3_ntwg1"]
[sub_resource type="Resource" id="Resource_jekxw"]
script = ExtResource("1_b68hw")
showname = ""
dialog = "I arrived at the scene to witness a gruesome event!"
additive = false
letter_delay = 0.02
wait_until_finished = true
speaking_character = ""
bump_speaker = false
highlight_speaker = false
set_z_index = 0
bookmark = &""
continue_at_end = false
background_color = 0
target = NodePath("")
collection = []
[sub_resource type="Resource" id="Resource_ufp30"]
script = ExtResource("2_6caux")
title = "Flavortext"
bookmark = &""
continue_at_end = true
background_color = 0
target = NodePath("")
collection = [SubResource("Resource_jekxw")]
[sub_resource type="Resource" id="Resource_cusr8"]
script = ExtResource("1_b68hw")
showname = ""
dialog = "I don't know for how long I was unconscious, but I woke up in the parking lot."
additive = false
letter_delay = 0.02
wait_until_finished = true
speaking_character = ""
bump_speaker = false
highlight_speaker = false
set_z_index = 0
bookmark = &""
continue_at_end = false
background_color = 0
target = NodePath("")
collection = []
[sub_resource type="Resource" id="Resource_igx61"]
script = ExtResource("2_6caux")
title = "Woke Up in Parking Lot"
bookmark = &""
continue_at_end = true
background_color = 0
target = NodePath("")
collection = [SubResource("Resource_cusr8")]
[sub_resource type="Resource" id="Resource_ygveu"]
script = ExtResource("1_b68hw")
showname = ""
dialog = "The defendant plunged his knife into the victim's throat!!"
additive = false
letter_delay = 0.02
wait_until_finished = true
speaking_character = ""
bump_speaker = false
highlight_speaker = false
set_z_index = 0
bookmark = &""
continue_at_end = false
background_color = 0
target = NodePath("")
collection = []
[sub_resource type="Resource" id="Resource_nxekm"]
script = ExtResource("2_6caux")
title = "Moment of Murder"
bookmark = &""
continue_at_end = true
background_color = 0
target = NodePath("")
collection = [SubResource("Resource_ygveu")]
[sub_resource type="Resource" id="Resource_4coah"]
script = ExtResource("1_b68hw")
showname = ""
dialog = "Scared for my life, I turned around and ran, but slammed into the door..."
additive = false
letter_delay = 0.02
wait_until_finished = true
speaking_character = ""
bump_speaker = false
highlight_speaker = false
set_z_index = 0
bookmark = &""
continue_at_end = false
background_color = 0
target = NodePath("")
collection = []
[sub_resource type="Resource" id="Resource_eghjb"]
script = ExtResource("2_6caux")
title = "Knocked Out"
bookmark = &""
continue_at_end = true
background_color = 0
target = NodePath("")
collection = [SubResource("Resource_4coah")]
[sub_resource type="Resource" id="Resource_grbdx"]
script = ExtResource("3_ntwg1")
title = "The Slam"
bookmark = &""
continue_at_end = true
background_color = 0
target = NodePath("")
collection = [SubResource("Resource_ufp30"), SubResource("Resource_igx61"), SubResource("Resource_nxekm"), SubResource("Resource_eghjb")]
[resource]
resource_name = "testimony_mockup.tres"
script = ExtResource("1_bprkm")
collection = [SubResource("Resource_grbdx")]