From 3967069c3786a26ffe4bb5895f993916f711fb04 Mon Sep 17 00:00:00 2001 From: Sofia Date: Tue, 21 Jul 2026 22:25:06 +0300 Subject: [PATCH] Add ball spawner to diner --- godot/maps/diner/diner.tscn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/godot/maps/diner/diner.tscn b/godot/maps/diner/diner.tscn index 2aeefbd..0387fdb 100644 --- a/godot/maps/diner/diner.tscn +++ b/godot/maps/diner/diner.tscn @@ -264,3 +264,6 @@ collision_mask = 7 [node name="collision_shape_3d" type="CollisionShape3D" parent="killbox" unique_id=55584443] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3.1150565, 0) shape = SubResource("BoxShape3D_1cgct") + +[node name="ball_spawner" type="Node3D" parent="." unique_id=1771283598] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.061559, 4.79361, 5.0088587)