1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-24 16:54:19 +00:00

Fix pineapple sound position

This commit is contained in:
Steffo 2023-01-08 21:37:58 +01:00
parent 040aee2f15
commit 0322c74bac
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -23,7 +23,6 @@ shape = SubResource("CylinderShape3D_ax3vd")
[node name="PineappleMesh" parent="." instance=ExtResource("1_ndmmp")] [node name="PineappleMesh" parent="." instance=ExtResource("1_ndmmp")]
[node name="PopSound" type="AudioStreamPlayer3D" parent="."] [node name="PopSound" type="AudioStreamPlayer3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.1, 0.5)
stream = ExtResource("3_b3ttd") stream = ExtResource("3_b3ttd")
attenuation_filter_cutoff_hz = 20500.0 attenuation_filter_cutoff_hz = 20500.0
script = ExtResource("4_rn5e2") script = ExtResource("4_rn5e2")
@ -34,5 +33,8 @@ target_path = NodePath("..")
[node name="CollectibleByPlayer" parent="." instance=ExtResource("5_yps0c")] [node name="CollectibleByPlayer" parent="." instance=ExtResource("5_yps0c")]
target_path = NodePath("..") target_path = NodePath("..")
[node name="CollectSound" parent="CollectibleByPlayer" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
[editable path="MoveTowardsPlayer"] [editable path="MoveTowardsPlayer"]
[editable path="CollectibleByPlayer"] [editable path="CollectibleByPlayer"]