feat: add CREATURE_SPEED and FLASHLIGHT_INTENSITY_BASE
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user