fix: remove dbg loop counts

This commit is contained in:
2026-06-01 15:39:36 -03:00
parent c582d6b745
commit a0b416c412
+3 -3
View File
@@ -10,9 +10,9 @@ export const FEAR_SETTINGS = {
WALL_BUFFER: 0.6,
CREATURE_SPEED: 8,
EVENT_NARROW_LOOP_COUNT: 1,
EVENT_RUST_LOOP_COUNT: 2,
EVENT_FINALE_LOOP_COUNT: 3
EVENT_NARROW_LOOP_COUNT: 2,
EVENT_RUST_LOOP_COUNT: 4,
EVENT_FINALE_LOOP_COUNT: 5
};
const listeners = new Set<() => void>();