TO SQUASH: Started map covering.

This commit is contained in:
2026-08-12 00:52:57 -04:00
parent 59e6e73b20
commit 1cf68b32a1
64 changed files with 1275 additions and 488 deletions
@@ -200,4 +200,9 @@ public class BallSpawner : MonoBehaviour
}
}
}
public Queue<GameObject> GetBalls()
{
return balls;
}
}