18 lines
593 B
Plaintext
18 lines
593 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://duq681f4tr7uv"]
|
|
|
|
[ext_resource type="Script" uid="uid://cpcbvs26n3qt0" path="res://scripts/trigger.gd" id="1_du5ex"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
|
|
radius = 41.0122
|
|
|
|
[node name="Trigger" type="Area2D"]
|
|
script = ExtResource("1_du5ex")
|
|
effect = "Teleport"
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|
|
debug_color = Color(0.47952, 0.587683, 0, 0.42)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|