Sound effects

This commit is contained in:
2025-07-30 11:45:33 +02:00
parent 580b5597e2
commit 9e72211a49
37 changed files with 375 additions and 51 deletions

View File

@ -1,7 +1,8 @@
[gd_scene load_steps=4 format=3 uid="uid://bjihbmnkq0n3b"]
[gd_scene load_steps=5 format=3 uid="uid://bjihbmnkq0n3b"]
[ext_resource type="Texture2D" uid="uid://bqdblby54pv2s" path="res://Assets/Bullets/arrow.png" id="1_v0wue"]
[ext_resource type="Script" uid="uid://dqvdgdobuo2rf" path="res://Game/Bullets/bullet.gd" id="1_wft0c"]
[ext_resource type="AudioStream" uid="uid://cirkmv7ybqqay" path="res://Assets/Sounds/Arrow impact.mp3" id="3_eecms"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wft0c"]
size = Vector2(3, 16)
@ -28,3 +29,6 @@ shape = SubResource("RectangleShape2D_wft0c")
[node name="Sprite2D" type="Sprite2D" parent="CharacterBody2D"]
texture = ExtResource("1_v0wue")
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("3_eecms")