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:
parent
040aee2f15
commit
0322c74bac
1 changed files with 3 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue