aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/objects/GoalZone.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/objects/GoalZone.tscn')
-rw-r--r--godot/scenes/objects/GoalZone.tscn13
1 files changed, 13 insertions, 0 deletions
diff --git a/godot/scenes/objects/GoalZone.tscn b/godot/scenes/objects/GoalZone.tscn
new file mode 100644
index 0000000..79b8624
--- /dev/null
+++ b/godot/scenes/objects/GoalZone.tscn
@@ -0,0 +1,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"]