tojam20-elevator/scenes/game.tscn

75 lines
4.1 KiB
Text

[gd_scene format=3 uid="uid://b4llhxe3hjbgv"]
[ext_resource type="Script" uid="uid://bo7jao24qe2o7" path="res://scenes/game.gd" id="1_lbhrr"]
[ext_resource type="PackedScene" uid="uid://bnv1xxgceqbrc" path="res://scenes/world.tscn" id="1_uwrxv"]
[ext_resource type="PackedScene" uid="uid://cbvi51vvpt7mu" path="res://scenes/hud.tscn" id="2_yqjtg"]
[ext_resource type="PackedScene" uid="uid://nca1hcujxru0" path="res://scenes/elevator_panel.tscn" id="3_lnu2h"]
[ext_resource type="AudioStream" uid="uid://mqoxmuiw0obf" path="res://audio/ElevatorDing1.wav" id="4_p57ef"]
[ext_resource type="AudioStream" uid="uid://bavo8f76jr7i6" path="res://audio/ElevatorOpen1.wav" id="5_u5sy4"]
[ext_resource type="AudioStream" uid="uid://dgqb1rovgwuan" path="res://audio/ElevatorClose1.wav" id="6_gee14"]
[ext_resource type="AudioStream" uid="uid://c2iaspcnilk5" path="res://audio/556700__nachtmahrtv__elevator-bell.wav" id="7_bell"]
[ext_resource type="AudioStream" path="res://audio/Robot - Deep Breath.wav" id="8_breath"]
[ext_resource type="AudioStream" path="res://audio/Robot - Sounds Difficult.wav" id="9_diff"]
[ext_resource type="AudioStream" path="res://audio/Robot - I Understand.wav" id="10_under"]
[ext_resource type="AudioStream" path="res://audio/Robot - Thank You.wav" id="11_thx"]
[ext_resource type="AudioStream" path="res://audio/Ambience.wav" id="12_amb"]
[ext_resource type="PackedScene" uid="uid://bb0o3ov6u308v" path="res://scenes/component_spawn.tscn" id="9_0tnpc"]
[ext_resource type="PackedScene" path="res://scenes/end_screen.tscn" id="10_endsc"]
[ext_resource type="PackedScene" uid="uid://sgakdvtoblmd" path="res://scenes/title_screen.tscn" id="11_title"]
[ext_resource type="PackedScene" path="res://scenes/pause_menu.tscn" id="12_pause"]
[node name="Game" type="Node3D" unique_id=1456297160]
script = ExtResource("1_lbhrr")
[node name="World" parent="." unique_id=831374579 instance=ExtResource("1_uwrxv")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.004168272, 1.1920929e-07, -0.0019803047)
[node name="CanvasHud" type="CanvasLayer" parent="." unique_id=369977201]
[node name="HUD" parent="CanvasHud" unique_id=769131693 instance=ExtResource("2_yqjtg")]
[node name="CanvasPanel" type="CanvasLayer" parent="." unique_id=667193210]
[node name="ElevatorPanel" parent="CanvasPanel" unique_id=574176994 instance=ExtResource("3_lnu2h")]
[node name="SfxDing" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=529226129]
stream = ExtResource("4_p57ef")
volume_db = 3.0
[node name="SfxOpen" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=3954090]
stream = ExtResource("5_u5sy4")
[node name="SfxClose" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=380307389]
stream = ExtResource("6_gee14")
[node name="SfxBell" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=887766]
stream = ExtResource("7_bell")
[node name="SfxChase" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=812445001]
[node name="SfxRobotDeepBreath" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000001]
stream = ExtResource("8_breath")
volume_db = -6.0
[node name="SfxRobotSoundsDifficult" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000002]
stream = ExtResource("9_diff")
[node name="SfxRobotIUnderstand" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000003]
stream = ExtResource("10_under")
[node name="SfxRobotThankYou" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000004]
stream = ExtResource("11_thx")
[node name="Ambience" type="AudioStreamPlayer" parent="." unique_id=1100000005]
process_mode = 3
stream = ExtResource("12_amb")
autoplay = true
volume_db = -6.0
[node name="ComponentSpawn" parent="." unique_id=649225939 instance=ExtResource("9_0tnpc")]
[node name="EndScreen" parent="." unique_id=993175156 instance=ExtResource("10_endsc")]
[node name="TitleScreen" parent="." unique_id=1656317143 instance=ExtResource("11_title")]
[node name="PauseMenu" parent="." unique_id=1244164419 instance=ExtResource("12_pause")]