Sound effects
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://caynrq7jnjlnx"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://caynrq7jnjlnx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://mmrsjrjxv168" path="res://Assets/Bullets/magic.png" id="1_jjep1"]
|
||||
[ext_resource type="Script" uid="uid://dqvdgdobuo2rf" path="res://Game/Bullets/bullet.gd" id="1_lj5pp"]
|
||||
[ext_resource type="AudioStream" uid="uid://cw3jeq08o7cb1" path="res://Assets/Sounds/wizard impact.mp3" id="3_0itbo"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_lj5pp"]
|
||||
size = Vector2(18, 16)
|
||||
@ -66,3 +67,6 @@ autoplay = "rotation"
|
||||
[node name="Sprite2D" type="Sprite2D" parent="CharacterBody2D"]
|
||||
scale = Vector2(3, 3)
|
||||
texture = ExtResource("1_jjep1")
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("3_0itbo")
|
||||
|
Reference in New Issue
Block a user