[gd_scene load_steps=2 format=2] [ext_resource path="res://AI/HurtBox.gd" type="Script" id=1] [node name="HurtBox" type="Area2D"] script = ExtResource( 1 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] [connection signal="area_entered" from="." to="." method="_on_HurtBox_area_entered"]