[gd_scene load_steps=3 format=3 uid="uid://dg7tfjcefup1a"] [ext_resource type="Script" uid="uid://cabbrgymhvtxw" path="res://scripts/trigger.gd" id="1_du5ex"] [sub_resource type="SphereShape3D" id="SphereShape3D_8cj0n"] radius = 1.2 [node name="Area3D" type="Area3D"] script = ExtResource("1_du5ex") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.01511, 0) shape = SubResource("SphereShape3D_8cj0n") [connection signal="body_entered" from="." to="." method="_on_body_entered"]