Increase hearing radius to 20 and suppress repeated wall-hit sound

This commit is contained in:
Jage9
2026-02-22 03:30:26 -05:00
parent 43e0709566
commit 5e83066119
3 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
export const GRID_SIZE = 41;
export const HEARING_RADIUS = 15;
export const HEARING_RADIUS = 20;
export const MOVE_COOLDOWN_MS = 200;
export type ItemType = 'radio_station' | 'dice' | 'wheel' | 'clock' | 'widget';