Crystalline-awakening/triggers/exitZone2.tscn

16 lines
502 B
Plaintext
Raw Normal View History

2025-05-19 15:52:30 +00:00
[gd_scene load_steps=2 format=3 uid="uid://c0h3r0ot5jeds"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jhhth"]
size = Vector2(32, 29)
[node name="exit2" type="Node2D"]
[node name="exitZone" type="Area2D" parent="."]
position = Vector2(14, -18)
[node name="CollisionShape2D" type="CollisionShape2D" parent="exitZone"]
position = Vector2(-14, 18)
shape = SubResource("RectangleShape2D_jhhth")
[connection signal="body_entered" from="exitZone" to="exitZone" method="_on_body_entered"]