blob: 12fe8b898de56893b87a58288bc7b93c85311c56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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"]
|