diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 12:25:39 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 12:25:39 -0300 |
commit | 06ea6608202adbcbc372e6c28065b022485563f2 (patch) | |
tree | 6b7a14cc66f6c979075219f869dfee85fe371450 /Scenes/ScoreParticle.tscn | |
parent | f81104c60ecff4a7810501bbac9828bec12d74cc (diff) | |
download | gamejam-gmtk-2022-06ea6608202adbcbc372e6c28065b022485563f2.tar.gz gamejam-gmtk-2022-06ea6608202adbcbc372e6c28065b022485563f2.tar.bz2 gamejam-gmtk-2022-06ea6608202adbcbc372e6c28065b022485563f2.zip |
Add sfx
Diffstat (limited to 'Scenes/ScoreParticle.tscn')
-rw-r--r-- | Scenes/ScoreParticle.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Scenes/ScoreParticle.tscn b/Scenes/ScoreParticle.tscn index 5a0397e..4c0b436 100644 --- a/Scenes/ScoreParticle.tscn +++ b/Scenes/ScoreParticle.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://Scenes/ScoreParticle.gd" type="Script" id=1] [ext_resource path="res://Assets/Environment/turn-icon.png" type="Texture" id=2] +[ext_resource path="res://Assets/Sound/coin_sound.wav" type="AudioStream" id=3] [sub_resource type="Animation" id=7] resource_name = "Animate" @@ -85,3 +86,7 @@ script = ExtResource( 1 ) [node name="AnimationPlayer" type="AnimationPlayer" parent="."] anims/Animate = SubResource( 7 ) anims/RESET = SubResource( 8 ) + +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 3 ) +volume_db = -5.0 |