Raise-Your-Wand/Scenes/soundEffectPlayer.tscn
Nolan A Casey 6cc23654ec Spells and Sound Effect System
- Finished up healing wave, wall of fire, and stone wall
- Added system for spells playing sound effects
- Fixed enemy spell randomization from getting duplicate entries
2024-05-29 16:13:26 -04:00

11 lines
337 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://d31ovwdkvjb1v"]
[ext_resource type="Script" path="res://Scripts/SoundEffectPlayer.gd" id="1_bmlhp"]
[node name="SoundEffectPlayer" type="AudioStreamPlayer"]
autoplay = true
bus = &"Effects"
script = ExtResource("1_bmlhp")
[connection signal="finished" from="." to="." method="_on_finished"]