[gd_scene load_steps=3 format=3 uid="uid://b5cr2rihwvwq2"] [ext_resource type="Script" path="res://Objects/DeathCollider/DeathCollider.gd" id="1_get24"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_pangl"] size = Vector2(16, 16) [node name="DeathCollider" type="Area2D"] script = ExtResource("1_get24") [node name="Collider" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_pangl") [connection signal="body_shape_entered" from="." to="." method="_on_body_shape_entered"]