17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://clf5mhteceas4"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/trigger.gd" id="1_blcrl"]
|
||
|
|
||
|
[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"]
|