forked from Julian/JuegoClase
20 lines
745 B
Plaintext
20 lines
745 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bqclwajpux566"]
|
|
|
|
[ext_resource type="Script" path="res://Maps/fin_de_nivel.gd" id="1_0dryl"]
|
|
[ext_resource type="Texture2D" uid="uid://di1m7shyd3pjf" path="res://Assets_PixelAdventure/Items/Checkpoints/End/End (Idle).png" id="2_5u8ya"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yrlaf"]
|
|
size = Vector2(39, 42)
|
|
|
|
[node name="finDeNivel" type="Area2D"]
|
|
script = ExtResource("1_0dryl")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_5u8ya")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0.5, 11)
|
|
shape = SubResource("RectangleShape2D_yrlaf")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|