[gd_scene load_steps=4 format=3 uid="uid://bi1dw58p4tky3"] [ext_resource type="Script" path="res://Scripts/Checkpoint.gd" id="1_fwyov"] [sub_resource type="CanvasTexture" id="CanvasTexture_lawdg"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_f8epl"] [node name="Checkpoint" type="Node2D"] position = Vector2(225, 128) script = ExtResource("1_fwyov") [node name="Sprite2D" type="Sprite2D" parent="."] scale = Vector2(19.32, 19.8) texture = SubResource("CanvasTexture_lawdg") [node name="Area2D" type="Area2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] shape = SubResource("RectangleShape2D_f8epl") [connection signal="body_entered" from="Area2D" to="." method="_on_area_2d_body_entered"]