[gd_scene load_steps=3 format=2] [ext_resource path="res://scenes/objects/GoalTriggerBox.gd" type="Script" id=1] [sub_resource type="BoxShape" id=1] extents = Vector3( 0.205361, 0.206743, 0.202729 ) [node name="GoalTriggerZone" type="Area"] transform = Transform( 10, 0, 0, 0, 10, 0, 0, 0, 10, 20, 0, 0 ) script = ExtResource( 1 ) [node name="CollisionShape" type="CollisionShape" parent="."] shape = SubResource( 1 ) [connection signal="body_entered" from="." to="." method="_on_GoalTriggerZone_body_entered"] [connection signal="tree_entered" from="." to="." method="_on_GoalTriggerZone_tree_entered"]