GrappleTest/Objects/Checkpoint/Checkpoint.tscn

14 lines
491 B
Text
Raw Permalink Normal View History

2024-03-17 21:56:16 -05:00
[gd_scene load_steps=3 format=3 uid="uid://dep314vkturtp"]
2024-03-13 16:15:55 -05:00
2024-03-17 21:56:16 -05:00
[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"]