18 lines
655 B
Plaintext
18 lines
655 B
Plaintext
[gd_scene format=3 uid="uid://cq5l3f6hna0kg"]
|
|
|
|
[ext_resource type="Script" uid="uid://dy0ahrwhakd4d" path="res://scripts/trigger.gd" id="1_du5ex"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_8cj0n"]
|
|
|
|
[node name="Trigger" type="Area2D" unique_id=1612521889]
|
|
script = ExtResource("1_du5ex")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=887163202]
|
|
position = Vector2(817, 376.99997)
|
|
scale = Vector2(7.72, 7.72)
|
|
shape = SubResource("CircleShape2D_8cj0n")
|
|
debug_color = Color(0, 0.643742, 0.3001382, 0.41960785)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|