17 lines
558 B
Plaintext
17 lines
558 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://8e4lo2w8tmxq"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Scripts/trigger.gd" id="1_ax848"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_8rju3"]
|
||
|
|
||
|
[node name="Trigger" type="Area2D"]
|
||
|
scale = Vector2(3.76, 3.76)
|
||
|
script = ExtResource("1_ax848")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("CircleShape2D_8rju3")
|
||
|
debug_color = Color(0.854937, 0.355553, 1, 0.42)
|
||
|
|
||
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|