Switches and doors are working

This commit is contained in:
Derek
2024-10-11 22:29:41 -05:00
parent fc29636ee6
commit 346a686780
7 changed files with 73 additions and 25 deletions

View File

@@ -633,13 +633,12 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.016016, 0.0225029, -0.01923
script = ExtResource("1_sbpvn")
player = NodePath("Player")
money = 50
start_health = 10
start_health = 5
gun_1 = ExtResource("2_fn4vb")
health_drop_enabled = false
[node name="Player" parent="." instance=ExtResource("9_3usor")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 39.6989, 19.155, 65.5954)
AUDIO = false
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_b2qms")

View File

@@ -1202,6 +1202,7 @@ target_position = Vector3(0, 0, -0.1)
[node name="SpotLight3D" type="SpotLight3D" parent="revolver1" index="5"]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37115e-08, 0, 0, 0, 1, 0, 0, -1.94881)
visible = false
light_color = Color(0.965385, 0.844179, 0.572893, 1)
light_energy = 10.0
light_projector = ExtResource("3_q41fl")