This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
gbjam12/puzzles/teleporter/teleport_location.tscn

16 lines
540 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cr5ddcb7bxa5x"]
[ext_resource type="Script" path="res://puzzles/teleporter/teleport_location.gd" id="1_tqrxf"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xddm4"]
size = Vector2(7, 7)
[node name="TeleportLocation" type="Area2D"]
script = ExtResource("1_tqrxf")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0.5, 0.5)
shape = SubResource("RectangleShape2D_xddm4")
[connection signal="body_exited" from="." to="." method="_on_body_exited"]