diff --git a/scenes/elevator.tscn b/scenes/elevator.tscn index 27b569f..eaada80 100644 --- a/scenes/elevator.tscn +++ b/scenes/elevator.tscn @@ -97,7 +97,7 @@ _data = { [node name="Elevator" type="Node3D" unique_id=242258467] script = ExtResource("2_elev") -[node name="ElevatorWallRight2" parent="." unique_id=1751198646 instance=ExtResource("2_jmdsd")] +[node name="ElevatorWallLeft" parent="." unique_id=1751198646 instance=ExtResource("2_jmdsd")] transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, -1.2651916, 0, -0.080937) [node name="ElevatorDoorLeft" parent="." unique_id=729245249 instance=ExtResource("1_uuuf0")] diff --git a/scenes/game.tscn b/scenes/game.tscn index 8e73005..0070847 100644 --- a/scenes/game.tscn +++ b/scenes/game.tscn @@ -1,6 +1,6 @@ [gd_scene format=3 uid="uid://b4llhxe3hjbgv"] -[ext_resource type="Script" path="res://scenes/game.gd" id="1_lbhrr"] +[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"] @@ -8,9 +8,9 @@ [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="PackedScene" path="res://scenes/component_spawn.tscn" id="9_0tnpc"] +[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" path="res://scenes/title_screen.tscn" id="11_title"] +[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] @@ -43,8 +43,8 @@ stream = ExtResource("7_bell") [node name="ComponentSpawn" parent="." unique_id=649225939 instance=ExtResource("9_0tnpc")] -[node name="EndScreen" parent="." instance=ExtResource("10_endsc")] +[node name="EndScreen" parent="." unique_id=993175156 instance=ExtResource("10_endsc")] -[node name="TitleScreen" parent="." instance=ExtResource("11_title")] +[node name="TitleScreen" parent="." unique_id=1656317143 instance=ExtResource("11_title")] -[node name="PauseMenu" parent="." instance=ExtResource("12_pause")] +[node name="PauseMenu" parent="." unique_id=1244164419 instance=ExtResource("12_pause")] diff --git a/scenes/robot.gd b/scenes/robot.gd index 7b818f9..cd0e957 100644 --- a/scenes/robot.gd +++ b/scenes/robot.gd @@ -78,6 +78,6 @@ func stalking_check(): func illuminate(): - var tween = create_tween() + var tween = create_tween().parallel() tween.tween_property($Sprite3D, "modulate",Color(255,255,255), 5) diff --git a/scenes/world.tscn b/scenes/world.tscn index 9cffd40..699a930 100644 --- a/scenes/world.tscn +++ b/scenes/world.tscn @@ -6,7 +6,7 @@ [ext_resource type="PackedScene" uid="uid://brd3iponame0e" path="res://scenes/elevator.tscn" id="4_k0juu"] [sub_resource type="BoxShape3D" id="BoxShape3D_k0juu"] -size = Vector3(9.291687, 6.6328125, 0.8612671) +size = Vector3(3.8, 6.6328125, 0.8612671) [node name="World" type="Node3D" unique_id=831374579] @@ -30,7 +30,7 @@ transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0 transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, -5.4) [node name="Robot" parent="." unique_id=985954885 instance=ExtResource("3_71j4m")] -transform = Transform3D(3.5, 0, 0, 0, 3.5, 0, 0, 0, 3.5, 0, 2.5, 11.970772) +transform = Transform3D(3.5, 0, 0, 0, 3.5, 0, 0, 0, 3.5, 0, 2.5, 11.461113) [node name="ElevatorSafeZone" type="Area3D" parent="." unique_id=1186678129] unique_name_in_owner = true @@ -40,7 +40,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -8.351522) transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 3, -0.061756134) [node name="CollisionShape3D" type="CollisionShape3D" parent="ElevatorSafeZone" unique_id=264489586] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.8164063, -0.30373383) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.24584353, 2.8164063, -0.56969166) shape = SubResource("BoxShape3D_k0juu") [node name="SurvivorSpawn" type="Marker3D" parent="." unique_id=1095768768]