actionrpg-heartbeast/ActionRPG-HeartBeast/Player/PlayerHurtSound.tscn
2024-12-01 21:20:10 -05:00

10 lines
309 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Music and Sounds/Hurt.wav" type="AudioStream" id=1]
[ext_resource path="res://Player/PlayerHurtSound.gd" type="Script" id=2]
[node name="PlayerHurtSound" type="AudioStreamPlayer"]
stream = ExtResource( 1 )
autoplay = true
script = ExtResource( 2 )