diff --git a/src/constants.js b/src/constants.js index 973592d..f6e81d1 100644 --- a/src/constants.js +++ b/src/constants.js @@ -80,7 +80,7 @@ export const SPAWN = { RANDOM: "random", STARTING_ZONES: "starting-zones", }, - STARTING_ZONE_RADIUS: 2, + STARTING_ZONE_RADIUS: 3, STARTING_ZONE_FILL_ALPHA: 0.07, STARTING_ZONE_BORDER_ALPHA: 0.14, STARTING_ZONE_VISIBLE_DURATION_MS: 5000,