feat(*): Add the ability to score a goal

This commit is contained in:
Josh Creek
2024-02-23 18:26:23 +00:00
parent 963d7db941
commit ddfd8efb71
3 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ mesh = SubResource("SphereMesh_uxjj0")
[node name="Goals" type="Node3D" parent="."]
[node name="Goal2" parent="Goals" node_paths=PackedStringArray("ball") instance=ExtResource("3_xk008")]
[node name="Goal2" parent="Goals" node_paths=PackedStringArray("ball", "player1") instance=ExtResource("3_xk008")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.08165e-12, 1, -5)
script = ExtResource("4_ukkeh")
ball = NodePath("../../Ball")
player1 = NodePath("../../Players/Player1")