21 lines
770 B
Plaintext
21 lines
770 B
Plaintext
[gd_scene format=3 uid="uid://biud0nkyvmlv0"]
|
|
|
|
[ext_resource type="Script" uid="uid://dorym5b277g7c" path="res://level_transition.gd" id="1_tkgsd"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hwgkx"]
|
|
size = Vector2(20, 102)
|
|
|
|
[node name="LevelTransition" type="Node2D" unique_id=959721624]
|
|
script = ExtResource("1_tkgsd")
|
|
|
|
[node name="Area2D" type="Area2D" parent="." unique_id=1263285960]
|
|
collision_layer = 0
|
|
collision_mask = 2
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1687913439]
|
|
position = Vector2(10, -51)
|
|
shape = SubResource("RectangleShape2D_hwgkx")
|
|
debug_color = Color(0.75157195, 0.19894448, 0.99999994, 0.41960785)
|
|
|
|
[connection signal="area_entered" from="Area2D" to="." method="_on_area_2d_area_entered"]
|