17 lines
585 B
Plaintext
17 lines
585 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://4a4u47173cyb"]
|
|
|
|
[ext_resource type="Script" uid="uid://dgou0wuvr15v" path="res://scripts/trigger.gd" id="1_vcq5i"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_r8wv2"]
|
|
radius = 16.1245
|
|
|
|
[node name="trigger" type="Area2D"]
|
|
script = ExtResource("1_vcq5i")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_r8wv2")
|
|
debug_color = Color(0.350416, 0.00116361, 0.829529, 0.419608)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|