feat: add CREATURE_SPEED and FLASHLIGHT_INTENSITY_BASE

This commit is contained in:
2026-06-01 15:08:03 -03:00
parent 20b6a559fd
commit dd5e8a2ae2
3 changed files with 5 additions and 4 deletions
+2
View File
@@ -6,7 +6,9 @@ export const FEAR_SETTINGS = {
HALLWAY_HEIGHT: 5,
PLAYER_HEIGHT: 3,
PLAYER_SPEED: 4,
FLASHLIGHT_INTENSITY_BASE: 8,
WALL_BUFFER: 0.6,
CREATURE_SPEED: 12,
};
const listeners = new Set<() => void>();