feat: make finale text infinite

This commit is contained in:
2026-06-02 03:57:31 -03:00
parent e3ab974988
commit fd314cf2ec
2 changed files with 28 additions and 22 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ export const FEAR_SETTINGS = {
EVENT_RUST_LOOP_COUNT: 4,
EVENT_FINALE_LOOP_COUNT: 5,
EVENT_FINALE_DURATION: 3,
EVENT_FINALE_TEXT_COUNT: 128,
EVENT_FINALE_DURATION: 1,
TEST_MODE: false
};