This commit is contained in:
2025-03-25 00:43:34 -06:00
parent 84eef1beb2
commit 313f9f95c0

View File

@ -26,8 +26,6 @@ export const generateTargets = () => {
// Create a grid-like distribution
const gridSize = Math.ceil(Math.sqrt(CONSTANTS.TARGET_COUNT));
const cellWidth = areaWidth / gridSize;
const cellHeight = areaHeight / gridSize;
// Increase safety margin to prevent any clipping
const safetyMargin = MAX_RADIUS * 1.5; // Increased from 1.2 to 1.5