From f9b548f9cdc80ed626af4888ffb0987afa56543b Mon Sep 17 00:00:00 2001 From: Horoli Date: Sun, 24 May 2026 22:39:59 +0900 Subject: [PATCH] modified : spawn radius --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,