17 lines
592 B
Plaintext
17 lines
592 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://csotsc2cycyia"]
|
|
|
|
[ext_resource type="Script" uid="uid://ditcg54u4c1lr" path="res://scripts/trigger.gd" id="1_du5ex"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
|
|
|
|
[node name="trigger" type="Area2D"]
|
|
scale = Vector2(1.36, 1.12)
|
|
script = ExtResource("1_du5ex")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|
|
debug_color = Color(0.599313, 0.407655, 0.917879, 0.42)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|