fix: remove dbg loop counts
This commit is contained in:
@@ -10,9 +10,9 @@ export const FEAR_SETTINGS = {
|
|||||||
WALL_BUFFER: 0.6,
|
WALL_BUFFER: 0.6,
|
||||||
CREATURE_SPEED: 8,
|
CREATURE_SPEED: 8,
|
||||||
|
|
||||||
EVENT_NARROW_LOOP_COUNT: 1,
|
EVENT_NARROW_LOOP_COUNT: 2,
|
||||||
EVENT_RUST_LOOP_COUNT: 2,
|
EVENT_RUST_LOOP_COUNT: 4,
|
||||||
EVENT_FINALE_LOOP_COUNT: 3
|
EVENT_FINALE_LOOP_COUNT: 5
|
||||||
};
|
};
|
||||||
|
|
||||||
const listeners = new Set<() => void>();
|
const listeners = new Set<() => void>();
|
||||||
|
|||||||
Reference in New Issue
Block a user