Change basketball sfx to bone sfx
This commit is contained in:
parent
8b39a36724
commit
f3c203dd36
@ -36,9 +36,6 @@ link = "https://www.zapsplat.com/music/drinking-glasses-champagne-flutes-with-ch
|
||||
[[people.credits]]
|
||||
credit = "Fantasy, inventory open 00"
|
||||
link = "https://www.zapsplat.com/music/fantasy-inventory-open-00/"
|
||||
[[people.credits]]
|
||||
credit = "Basketball ball single bounce on outside court 3"
|
||||
link = "https://www.zapsplat.com/music/basketball-ball-single-bounce-on-outside-court-3/"
|
||||
|
||||
[[people]]
|
||||
name = "TripleSnail"
|
||||
@ -106,3 +103,9 @@ name = "TMPxyz"
|
||||
[[people.credits]]
|
||||
credit = "Low-poly Skeleton head"
|
||||
link = "https://opengameart.org/content/low-poly-skeleton-head"
|
||||
|
||||
[[people]]
|
||||
name = "congusbongus"
|
||||
[[people.credits]]
|
||||
credit = "Bones rattle"
|
||||
link = "https://opengameart.org/content/bones-rattle"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 3e99ccff628de8311eb0018c24f9c3fc4ebacaa2
|
||||
Subproject commit 14326d35eb7f01c0e8656c10c38747a705acb601
|
||||
@ -1,10 +1,32 @@
|
||||
[gd_scene format=3 uid="uid://dfnbc8sbufa4j"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://gpx6c15g3151" path="res://raw_assets/sfx/ball/zapsplat_sport_basketball_single_bounce_on_court_003_71655.mp3" id="2_xt7sd"]
|
||||
[ext_resource type="AudioStream" uid="uid://bfcwgt326hthu" path="res://raw_assets/sfx/ball/0.ogg" id="1_nq52i"]
|
||||
[ext_resource type="AudioStream" uid="uid://81a3y0g0hg3g" path="res://raw_assets/sfx/ball/1.ogg" id="2_of30w"]
|
||||
[ext_resource type="AudioStream" uid="uid://c546luyrbd537" path="res://raw_assets/sfx/ball/2.ogg" id="3_sfl7w"]
|
||||
[ext_resource type="PackedScene" uid="uid://b6yn1s4i4l1kn" path="res://mesh/skeleton_head.tscn" id="3_thun5"]
|
||||
[ext_resource type="AudioStream" uid="uid://5npabhvjuwpy" path="res://raw_assets/sfx/ball/3.ogg" id="4_yfsoa"]
|
||||
[ext_resource type="AudioStream" uid="uid://iwpnyqkc6h51" path="res://raw_assets/sfx/ball/4.ogg" id="5_ksrpm"]
|
||||
[ext_resource type="AudioStream" uid="uid://bscvai4cfwqdw" path="res://raw_assets/sfx/ball/5.ogg" id="6_im4lu"]
|
||||
[ext_resource type="AudioStream" uid="uid://b85rv64acvho8" path="res://raw_assets/sfx/ball/6.ogg" id="7_juys7"]
|
||||
[ext_resource type="AudioStream" uid="uid://ca2x04htf0mpi" path="res://raw_assets/sfx/ball/7.ogg" id="8_xuvta"]
|
||||
[ext_resource type="AudioStream" uid="uid://ba5rkh12mwy7o" path="res://raw_assets/sfx/ball/8.ogg" id="9_yu13l"]
|
||||
[ext_resource type="AudioStream" uid="uid://0vmjtq6uxsqe" path="res://raw_assets/sfx/ball/9.ogg" id="10_p4exv"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_1cgct"]
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_cmcit"]
|
||||
streams_count = 10
|
||||
stream_0/stream = ExtResource("1_nq52i")
|
||||
stream_1/stream = ExtResource("2_of30w")
|
||||
stream_2/stream = ExtResource("3_sfl7w")
|
||||
stream_3/stream = ExtResource("4_yfsoa")
|
||||
stream_4/stream = ExtResource("5_ksrpm")
|
||||
stream_5/stream = ExtResource("6_im4lu")
|
||||
stream_6/stream = ExtResource("7_juys7")
|
||||
stream_7/stream = ExtResource("8_xuvta")
|
||||
stream_8/stream = ExtResource("9_yu13l")
|
||||
stream_9/stream = ExtResource("10_p4exv")
|
||||
|
||||
[node name="ball" type="Ball" unique_id=816748600 node_paths=PackedStringArray("bounce_sfx")]
|
||||
bounce_sfx = NodePath("bounce_sfx")
|
||||
collision_layer = 8
|
||||
@ -16,7 +38,8 @@ max_contacts_reported = 10
|
||||
shape = SubResource("SphereShape3D_1cgct")
|
||||
|
||||
[node name="bounce_sfx" type="AudioStreamPlayer3D" parent="." unique_id=929128469]
|
||||
stream = ExtResource("2_xt7sd")
|
||||
stream = SubResource("AudioStreamRandomizer_cmcit")
|
||||
volume_db = 20.0
|
||||
bus = &"SFX"
|
||||
|
||||
[node name="SkeletonHead" parent="." unique_id=1848024401 instance=ExtResource("3_thun5")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user