Tweak size of smallest targets
This commit is contained in:
parent
b84f4af29d
commit
fe0cc3482e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export interface Round {
|
|||
|
||||
export const CONSTANTS = {
|
||||
TARGET_COUNT: 200,
|
||||
TARGET_MIN_RADIUS: 100,
|
||||
TARGET_MIN_RADIUS: 200,
|
||||
TARGET_MAX_RADIUS: 600,
|
||||
VIRTUAL_CANVAS_SIZE: 50000,
|
||||
ZOOM_LEVELS: {
|
||||
|
|
Loading…
Add table
Reference in a new issue