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