[gd_scene load_steps=3 format=3 uid="uid://711q12yjfsni"] [ext_resource type="Script" uid="uid://c6a1wljfwd8jm" path="res://Scripts/Level Specific/DeathZone.gd" id="1_wf6mn"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_o5i5b"] size = Vector2(1143, 674) [node name="DeathArea" type="Area2D"] collision_layer = 2 collision_mask = 2 monitoring = false script = ExtResource("1_wf6mn") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(-26.5, -17) shape = SubResource("RectangleShape2D_o5i5b") [connection signal="body_entered" from="." to="." method="_on_body_entered"]