oops
This commit is contained in:
@ -26,8 +26,6 @@ export const generateTargets = () => {
|
|||||||
|
|
||||||
// Create a grid-like distribution
|
// Create a grid-like distribution
|
||||||
const gridSize = Math.ceil(Math.sqrt(CONSTANTS.TARGET_COUNT));
|
const gridSize = Math.ceil(Math.sqrt(CONSTANTS.TARGET_COUNT));
|
||||||
const cellWidth = areaWidth / gridSize;
|
|
||||||
const cellHeight = areaHeight / gridSize;
|
|
||||||
|
|
||||||
// Increase safety margin to prevent any clipping
|
// Increase safety margin to prevent any clipping
|
||||||
const safetyMargin = MAX_RADIUS * 1.5; // Increased from 1.2 to 1.5
|
const safetyMargin = MAX_RADIUS * 1.5; // Increased from 1.2 to 1.5
|
||||||
|
Reference in New Issue
Block a user