[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 )