Sound effects
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://pqy8rrvjthgl"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://pqy8rrvjthgl"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://4bah0c8unbl8" path="res://Assets/Traps/Sticks/Tile2_59.png" id="1_dnq4b"]
|
||||
[ext_resource type="Script" uid="uid://3gn70ilm20tw" path="res://Game/Traps/traps.gd" id="1_metvu"]
|
||||
[ext_resource type="Texture2D" uid="uid://l58s5yxh4f8n" path="res://Assets/Traps/Sticks/Tile2_60.png" id="2_metvu"]
|
||||
[ext_resource type="AudioStream" uid="uid://b00qix6a3do53" path="res://Assets/Sounds/stick trap impact.mp3" id="4_m1bdk"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_m1bdk"]
|
||||
radius = 32.0
|
||||
@ -38,3 +39,6 @@ shape = SubResource("CircleShape2D_m1bdk")
|
||||
position = Vector2(4.25, 11)
|
||||
shape = SubResource("RectangleShape2D_metvu")
|
||||
debug_color = Color(0.811824, 0.00210331, 0.983083, 0.42)
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("4_m1bdk")
|
||||
|
||||
Reference in New Issue
Block a user