summaryrefslogtreecommitdiff
path: root/Scenes/Player.tscn
diff options
context:
space:
mode:
authorVictor Andrade de Almeida <vct.a.almeida@gmail.com>2022-07-17 13:20:01 -0300
committerVictor Andrade de Almeida <vct.a.almeida@gmail.com>2022-07-17 13:23:46 -0300
commit379205c19719b7b91ac518edc3cf3603cc21f233 (patch)
tree60ff9c301610bb040704ba48a1888f02c26c235a /Scenes/Player.tscn
parentd82ead0125167f3288804dc19cafd40c17bd05d8 (diff)
downloadgamejam-gmtk-2022-379205c19719b7b91ac518edc3cf3603cc21f233.tar.gz
gamejam-gmtk-2022-379205c19719b7b91ac518edc3cf3603cc21f233.tar.bz2
gamejam-gmtk-2022-379205c19719b7b91ac518edc3cf3603cc21f233.zip
Add damage sfx
Diffstat (limited to 'Scenes/Player.tscn')
-rw-r--r--Scenes/Player.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/Scenes/Player.tscn b/Scenes/Player.tscn
index da12e00..b4da183 100644
--- a/Scenes/Player.tscn
+++ b/Scenes/Player.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=15 format=2]
+[gd_scene load_steps=16 format=2]
[ext_resource path="res://Scenes/Player.gd" type="Script" id=1]
[ext_resource path="res://Assets/2_dots_blue.png" type="Texture" id=2]
@@ -8,6 +8,7 @@
[ext_resource path="res://Assets/4_dots.png" type="Texture" id=6]
[ext_resource path="res://Assets/Sound/dice_moving.wav" type="AudioStream" id=7]
[ext_resource path="res://Assets/6_dots.png" type="Texture" id=8]
+[ext_resource path="res://Assets/Sound/damage.wav" type="AudioStream" id=9]
[sub_resource type="QuadMesh" id=5]
@@ -70,3 +71,7 @@ material/0 = SubResource( 10 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 7 )
pitch_scale = 2.93
+
+[node name="Damage" type="AudioStreamPlayer" parent="."]
+stream = ExtResource( 9 )
+volume_db = -10.0