13 lines
491 B
Text
13 lines
491 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dep314vkturtp"]
|
|
|
|
[ext_resource type="Script" path="res://Objects/Checkpoint/Checkpoint.gd" id="1_63qyw"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4a0ws"]
|
|
|
|
[node name="Checkpoint" type="Area2D"]
|
|
script = ExtResource("1_63qyw")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_4a0ws")
|
|
|
|
[connection signal="body_shape_entered" from="." to="." method="_on_body_shape_entered"]
|