blob: 79b862470e7b04449ef1b1fecd735a869bc83a83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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]
[node name="GoalZone" type="Area"]
script = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
[connection signal="body_entered" from="." to="." method="_on_Area_body_entered"]
|