19 lines
662 B
Plaintext
19 lines
662 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cb1km20mpc3ag"]
|
|
|
|
[ext_resource type="Script" path="res://Sripts/trigger.gd" id="1_ui4mb"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_78odg"]
|
|
radius = 84.1487
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
position = Vector2(713, 545)
|
|
script = ExtResource("1_ui4mb")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_78odg")
|
|
debug_color = Color(0.726981, 0.524365, 0.0999245, 0.831373)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
|
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|