17 lines
575 B
Plaintext
17 lines
575 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://4av2mmfp5ofy"]
|
|
|
|
[ext_resource type="Script" uid="uid://cpe6ky8vs5iw" path="res://scripts/trigger.gd" id="1_65eai"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
|
|
radius = 54.6717
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
script = ExtResource("1_65eai")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_uwrxv")
|
|
debug_color = Color(0.742979, 0.286678, 0.905956, 0.42)
|
|
|
|
[connection signal="body_entered" from="." to="." method="onBodyEntered"]
|