summaryrefslogtreecommitdiff
path: root/Scenes/ScoreParticle.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Scenes/ScoreParticle.tscn')
-rw-r--r--Scenes/ScoreParticle.tscn7
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