goodnight_jellybean/godot/assets/audio/voice_lines/LineReader.tscn

66 lines
3.1 KiB
Plaintext

[gd_scene load_steps=15 format=3 uid="uid://dje62t18bkano"]
[ext_resource type="Script" path="res://assets/audio/voice_lines/LineReader.gd" id="1"]
[ext_resource type="AudioStream" uid="uid://bqpve0xo5om7b" path="res://assets/audio/voice_lines/behind_the_bookshelf.ogg" id="2"]
[ext_resource type="AudioStream" uid="uid://cd63bxt24r0c0" path="res://assets/audio/voice_lines/book.ogg" id="3"]
[ext_resource type="AudioStream" uid="uid://d2er44t6g6l1b" path="res://assets/audio/voice_lines/frog.ogg" id="4"]
[ext_resource type="AudioStream" uid="uid://bh31d8mdt6hs5" path="res://assets/audio/voice_lines/show_me.ogg" id="5"]
[ext_resource type="AudioStream" uid="uid://lyltr0xagfj4" path="res://assets/audio/voice_lines/squirrel.ogg" id="6"]
[ext_resource type="AudioStream" uid="uid://ckpd5gw1tjuwd" path="res://assets/audio/voice_lines/the_attic.ogg" id="7"]
[ext_resource type="AudioStream" uid="uid://bpk28eamg5x6y" path="res://assets/audio/voice_lines/the_clock.ogg" id="8"]
[ext_resource type="AudioStream" uid="uid://bnpemu5oebm8l" path="res://assets/audio/voice_lines/the_door.ogg" id="9"]
[ext_resource type="AudioStream" uid="uid://h8t8whlgoxp6" path="res://assets/audio/voice_lines/the_fridge.ogg" id="10"]
[ext_resource type="AudioStream" uid="uid://dkx6kcix548ie" path="res://assets/audio/voice_lines/the_long.ogg" id="11"]
[ext_resource type="AudioStream" uid="uid://cvnaf4sk5mwab" path="res://assets/audio/voice_lines/the_tall.ogg" id="12"]
[ext_resource type="AudioStream" uid="uid://cogefgxjgclgw" path="res://assets/audio/voice_lines/under_the_bed.ogg" id="13"]
[ext_resource type="AudioStream" uid="uid://doqxs3p251mdk" path="res://assets/audio/victory.ogg" id="14"]
[node name="LineReader" type="Node"]
script = ExtResource("1")
[node name="ImpatienceTimer" type="Timer" parent="."]
one_shot = true
[node name="Sounds" type="Node" parent="."]
[node name="book" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("3")
[node name="frog" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("4")
[node name="show_me" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("5")
[node name="squirrel" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("6")
[node name="the_attic" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("7")
[node name="the_clock" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("8")
[node name="the_door" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("9")
[node name="the_fridge" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("10")
[node name="the_long" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("11")
[node name="the_tall" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("12")
[node name="under_the_bed" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("13")
[node name="behind_the_bookshelf" type="AudioStreamPlayer" parent="Sounds"]
stream = ExtResource("2")
[node name="Victory" type="AudioStreamPlayer" parent="."]
stream = ExtResource("14")
[connection signal="timeout" from="ImpatienceTimer" to="." method="_on_ImpatienceTimer_timeout"]