18 lines
588 B
Plaintext
18 lines
588 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bqdsxxxm7gmj4"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Trigger.gd" id="1_4rgu6"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_x8qck"]
|
|
radius = 60.2993
|
|
|
|
[node name="Trigger" type="Area2D"]
|
|
position = Vector2(624, 416)
|
|
script = ExtResource("1_4rgu6")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_x8qck")
|
|
debug_color = Color(0.556863, 0.415686, 0.964706, 0.419608)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|