17 lines
589 B
Plaintext
17 lines
589 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://u7ewyn4lu0fd"]
|
|
|
|
[ext_resource type="Script" uid="uid://clbpgfj6s8et" path="res://Scripts/trigger.gd" id="1_r7rtx"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ebmjs"]
|
|
|
|
[node name="Trigger" type="Area2D"]
|
|
scale = Vector2(6.80129, 5.87317)
|
|
script = ExtResource("1_r7rtx")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_ebmjs")
|
|
debug_color = Color(0.976298, 0.312086, 0, 0.42)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|