Crystalline-awakening/levels/levelThree/exitZone3.tscn

19 lines
647 B
Plaintext
Raw Normal View History

2025-05-20 12:43:47 +00:00
[gd_scene load_steps=3 format=3 uid="uid://iui8sgglpc55"]
2025-05-19 16:27:17 +00:00
2025-05-20 12:43:47 +00:00
[ext_resource type="Script" uid="uid://b0brgicfdcox0" path="res://levels/levelThree/exit_zone3.gd" id="1_pekjb"]
2025-05-19 16:27:17 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jhhth"]
size = Vector2(32, 29)
[node name="exit3" type="Node2D"]
[node name="exitZone" type="Area2D" parent="."]
position = Vector2(14, -18)
script = ExtResource("1_pekjb")
[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"]