summaryrefslogtreecommitdiff
path: root/Objects/CheckFall.tscn
blob: 526c2e331163c8f11388139e31ec55725c3f48fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[gd_scene load_steps=3 format=2]

[ext_resource path="res://Objects/CheckFall.gd" type="Script" id=1]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 384, 10 )

[node name="CheckFall" type="Area2D"]
collision_layer = 0
script = ExtResource( 1 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )
[connection signal="body_entered" from="." to="." method="_on_CheckFall_body_entered"]