2025-04-08 01:00:21 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://clf5mhteceas4"]
|
|
|
|
|
2025-04-14 17:17:03 +00:00
|
|
|
[ext_resource type="Script" uid="uid://dmf6fc2s7s1ev" path="res://scripts/trigger.gd" id="1_blcrl"]
|
2025-04-08 01:00:21 +00:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_br1ha"]
|
|
|
|
radius = 29.0689
|
|
|
|
|
|
|
|
[node name="Trigger" type="Area2D"]
|
|
|
|
script = ExtResource("1_blcrl")
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("CircleShape2D_br1ha")
|
|
|
|
debug_color = Color(0.806371, 0.261632, 0.80211, 0.42)
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|