From 0322c74bac655cb568db49056457578c6d959d5d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 21:37:58 +0100 Subject: [PATCH] Fix pineapple sound position --- island/Pineapple.tscn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/island/Pineapple.tscn b/island/Pineapple.tscn index 9808e7e..72c31b2 100644 --- a/island/Pineapple.tscn +++ b/island/Pineapple.tscn @@ -23,7 +23,6 @@ shape = SubResource("CylinderShape3D_ax3vd") [node name="PineappleMesh" parent="." instance=ExtResource("1_ndmmp")] [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") attenuation_filter_cutoff_hz = 20500.0 script = ExtResource("4_rn5e2") @@ -34,5 +33,8 @@ target_path = NodePath("..") [node name="CollectibleByPlayer" parent="." instance=ExtResource("5_yps0c")] 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="CollectibleByPlayer"]