feat: it speaks

This commit is contained in:
2026-05-31 23:41:32 -03:00
parent 339c660bcb
commit eec01440f9
6 changed files with 67 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const FEAR_SETTINGS = {
HALLWAY_WIDTH: 6,
HALLWAY_HEIGHT: 5,
PLAYER_HEIGHT: 3,
PLAYER_SPEED: 6,
PLAYER_SPEED: 4,
WALL_BUFFER: 0.6,
};