This commit is contained in:
Tabby 2025-07-08 15:06:09 +10:00
parent b94ff6acde
commit 264a43932c
31 changed files with 435 additions and 39 deletions

View file

@ -29,6 +29,7 @@ skeleton = NodePath("../..")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.621505, 0)
fov = 90.0
[node name="RayCast3D" type="RayCast3D" parent="Camera3D"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
@ -52,3 +53,4 @@ shape = SubResource("CapsuleShape3D_cfrhy")
[node name="interactSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_u5wue")
volume_db = -10.0
bus = &"SoundFX"