aboutsummaryrefslogblamecommitdiffstats
path: root/godot/scenes/levels/GoalTriggerZone.tscn
blob: 54cdfe1689de11b18a932f83139a6fa68926bc67 (plain) (tree)
1
2
3
4

                                

                                                                               










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