feat: add TEST_MODE

This commit is contained in:
2026-06-02 03:44:58 -03:00
parent ebda4b281e
commit e4a0c57e79
2 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ export const FEAR_SETTINGS = {
EVENT_FINALE_LOOP_COUNT: 5,
EVENT_FINALE_DURATION: 3,
EVENT_FINALE_TEXT_COUNT: 128
EVENT_FINALE_TEXT_COUNT: 128,
TEST_MODE: false
};
const listeners = new Set<() => void>();