modified : spawn radius

This commit is contained in:
Horoli 2026-05-24 22:39:59 +09:00
parent ddccd01eb6
commit f9b548f9cd
1 changed files with 1 additions and 1 deletions

View File

@ -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,