-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting.tscn
276 lines (245 loc) · 7.73 KB
/
testing.tscn
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
[gd_scene load_steps=29 format=3 uid="uid://bvoalto1u56ic"]
[ext_resource type="Script" path="res://addons/closed_captions/captioned_autio_stream_player.gd" id="1_582kv"]
[ext_resource type="AudioStream" uid="uid://ch6dxwlabitpf" path="res://demo/Phasmophobia_No_Evidence.wav" id="1_f0dlp"]
[ext_resource type="Script" path="res://addons/closed_captions/caption.gd" id="2_o8vlo"]
[ext_resource type="Script" path="res://addons/closed_captions/multi_caption_audio_stream.gd" id="3_ojrc2"]
[ext_resource type="Script" path="res://addons/closed_captions/caption_display.gd" id="5_moo6n"]
[ext_resource type="Theme" uid="uid://dg5xg7e6qqlgq" path="res://addons/closed_captions/captions.theme" id="6_eoqud"]
[ext_resource type="Script" path="res://addons/closed_captions/caption_label.gd" id="6_ka0nt"]
[ext_resource type="Script" path="res://helper.gd" id="8_5t8u6"]
[ext_resource type="Script" path="res://addons/closed_captions/speaker.gd" id="9_gfor5"]
[sub_resource type="GDScript" id="GDScript_kvl3x"]
script/source = "extends Node2D
func _ready():
$CaptionedAudioStreamPlayer.play()
"
[sub_resource type="Resource" id="Resource_wa64w"]
script = ExtResource("2_o8vlo")
text = "clicking"
position = 2
speaker_name = ""
speaker_color = 0
speaker_format = 0
extra_formatting = ""
delay = 0.0
duration = 2.0
[sub_resource type="Resource" id="Resource_5fdjd"]
script = ExtResource("2_o8vlo")
text = "Boy, do I love light switches."
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 0.5
duration = 0.0
[sub_resource type="Resource" id="Resource_lndpt"]
script = ExtResource("2_o8vlo")
text = "Love turning them on and off so much fun."
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 2.0
duration = 0.0
[sub_resource type="Resource" id="Resource_1g0h8"]
script = ExtResource("2_o8vlo")
text = "I love turning on lights"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 4.0
duration = 0.0
[sub_resource type="Resource" id="Resource_4bnx5"]
script = ExtResource("2_o8vlo")
text = "next to my large collection of throwable objects"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 5.5
duration = 0.0
[sub_resource type="Resource" id="Resource_npr8r"]
script = ExtResource("2_o8vlo")
text = "and also empty notebooks it would sure suck"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 8.4
duration = 0.0
[sub_resource type="Resource" id="Resource_mo8ok"]
script = ExtResource("2_o8vlo")
text = "if someone named Carol Thomas showed up"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 11.8
duration = 0.0
[sub_resource type="Resource" id="Resource_p1y83"]
script = ExtResource("2_o8vlo")
text = "to ruin all my fun."
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 14.0
duration = 0.0
[sub_resource type="Resource" id="Resource_pc5ud"]
script = ExtResource("2_o8vlo")
text = "Carol Thomas, Carol Thomas, Carol Thomas"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 15.0
duration = 0.0
[sub_resource type="Resource" id="Resource_e75l0"]
script = ExtResource("2_o8vlo")
text = "clicking stops"
position = 2
speaker_name = ""
speaker_color = 0
speaker_format = 0
extra_formatting = ""
delay = 17.2
duration = 0.0
[sub_resource type="Resource" id="Resource_8cm81"]
script = ExtResource("2_o8vlo")
text = "Hey, I've been here for half an hour"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = "into radio"
delay = 18.5
duration = 0.0
[sub_resource type="Resource" id="Resource_1bclt"]
script = ExtResource("2_o8vlo")
text = "can we please just call this a shade and go home?"
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 20.3
duration = 0.0
[sub_resource type="Resource" id="Resource_qyomo"]
script = ExtResource("2_o8vlo")
text = "We need at least one piece of evidence."
position = 3
speaker_name = "Jefferey"
speaker_color = 2
speaker_format = 1
extra_formatting = "over the radio"
delay = 21.87
duration = 0.0
[sub_resource type="Resource" id="Resource_mepef"]
script = ExtResource("2_o8vlo")
text = "Do we, tho? I feel like this evidence is pretty conclusive."
position = 3
speaker_name = "Kyle"
speaker_color = 1
speaker_format = 0
extra_formatting = ""
delay = 23.8
duration = 0.0
[sub_resource type="Resource" id="Resource_v6ia2"]
script = ExtResource("2_o8vlo")
text = "Let's go trough the cheklist."
position = 3
speaker_name = "Jefferey"
speaker_color = 2
speaker_format = 1
extra_formatting = "over the radio"
delay = 26.5
duration = 0.0
[sub_resource type="Resource" id="Resource_hniww"]
script = ExtResource("3_ojrc2")
select_caption = 14
_captions_array = Array[ExtResource("2_o8vlo")]([SubResource("Resource_wa64w"), SubResource("Resource_5fdjd"), SubResource("Resource_lndpt"), SubResource("Resource_1g0h8"), SubResource("Resource_4bnx5"), SubResource("Resource_npr8r"), SubResource("Resource_mo8ok"), SubResource("Resource_p1y83"), SubResource("Resource_pc5ud"), SubResource("Resource_e75l0"), SubResource("Resource_8cm81"), SubResource("Resource_1bclt"), SubResource("Resource_qyomo"), SubResource("Resource_mepef"), SubResource("Resource_v6ia2")])
caption = SubResource("Resource_v6ia2")
audio_stream = ExtResource("1_f0dlp")
[sub_resource type="Resource" id="Resource_fl6qq"]
script = ExtResource("2_o8vlo")
text = ""
position = 3
speaker_name = ""
speaker_color = 0
speaker_format = 0
extra_formatting = ""
delay = 0.0
duration = 0.0
[sub_resource type="Resource" id="Resource_nvu7y"]
script = ExtResource("9_gfor5")
name = &""
preferred_colour = 0
theme = Object(GDScriptNativeClass,"script":null)
override_font_color = false
font_color = Color(0, 0, 0, 1)
override_font_shadow = false
font_shadow = Color(0, 0, 0, 1)
override_font_outline = false
font_outline = Color(0, 0, 0, 1)
override_line_spacing = false
line_spacing = 0
override_shadow_offset_x = false
shadow_offset_x = 0
override_shadow_offset_y = false
shadow_offset_y = 0
override_outline_size = false
outline_size = 0
override_shadow_size = false
shadow_size = 0
override_font_size = false
font_size = 0
override_italic_font_size = false
italic_font_size = 0
[node name="Node2D" type="Node2D"]
script = SubResource("GDScript_kvl3x")
[node name="CaptionedAudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("1_f0dlp")
script = ExtResource("1_582kv")
captioned_stream = SubResource("Resource_hniww")
[node name="CaptionedAudioStreamPlayer" type="AudioStreamPlayer" parent="CaptionedAudioStreamPlayer"]
script = ExtResource("1_582kv")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="CaptionDisplay" type="MarginContainer" parent="CanvasLayer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 25
script = ExtResource("5_moo6n")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
visible = false
offset_left = 50.0
offset_right = 1102.0
offset_bottom = 623.0
alignment = 2
[node name="CaptionLabel" type="RichTextLabel" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 8
theme = ExtResource("6_eoqud")
bbcode_enabled = true
text = "[right] [color=white][] [/color] [/right]"
fit_content = true
autowrap_mode = 0
script = ExtResource("6_ka0nt")
caption = SubResource("Resource_fl6qq")
include_name = false
[node name="Node2D" type="Node2D" parent="VBoxContainer/CaptionLabel"]
script = ExtResource("8_5t8u6")
helper = SubResource("Resource_nvu7y")