17 lines
611 B
Plaintext
17 lines
611 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dmrrbiwqptrho"]
|
|
|
|
[ext_resource type="Script" uid="uid://pxfi4acsyvl0" path="res://scripts/trigger.gd" id="1_du5ex"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_yqjtg"]
|
|
|
|
[node name="Trigger" type="Area2D"]
|
|
scale = Vector2(3.1635494, 3.0528653)
|
|
script = ExtResource("1_du5ex")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_yqjtg")
|
|
debug_color = Color(0.6732683, 0.3949942, 0.82000834, 0.41960785)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|