17 lines
629 B
Plaintext
17 lines
629 B
Plaintext
[gd_scene format=3 uid="uid://dyb6tnhpivflf"]
|
|
|
|
[ext_resource type="Script" uid="uid://bwyucgbes44rd" path="res://Scripts/trigger.gd" id="1_vcq5i"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_2poj3"]
|
|
|
|
[node name="Trigger" type="Area2D" unique_id=1055766094]
|
|
scale = Vector2(4.6, 4.6)
|
|
script = ExtResource("1_vcq5i")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1717927145]
|
|
shape = SubResource("CircleShape2D_2poj3")
|
|
debug_color = Color(0.47473383, 0.5864115, 0.1707469, 0.41960785)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|