aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/objects/GoalZone.tscn
blob: cc8c77dee0ea8a771b96ccba97a8d7bb070e12b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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.204243, 0.204176, 0.204328 )

[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"]