Fixed Gibs sound

remotes/1705725415861086127/tmp_refs/heads/main
unfa 2021-09-25 17:28:32 +02:00
parent 920dceb411
commit 893a504041
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[gd_scene load_steps=6 format=3 uid="uid://egphnvwk6cg"]
[gd_scene load_steps=7 format=3 uid="uid://egphnvwk6cg"]
[ext_resource type="Script" path="res://Assets/Effects/Gibs.gd" id="1_o0guu"]
[ext_resource type="PackedScene" uid="uid://c5cwnfuw4go1b" path="res://Assets/Audio/SoundPlayer.tscn" id="2_3tb4k"]
[ext_resource type="AudioStream" uid="uid://xv1jp0gql8tc" path="res://Assets/SFX/Player_Death_01.wav" id="3_hmhtq"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3sp1q"]
albedo_color = Color(0.509804, 0.0235294, 0, 1)
@ -43,4 +44,9 @@ script = null
SoundClip = "res://Assets/SFX/Player_Death_01.wav"
AutoPlay = true
[node name="AudioStreamPlayer3D" parent="SoundPlayer" index="0"]
stream = ExtResource( "3_hmhtq" )
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
[editable path="SoundPlayer"]