From 213db6e50d2e23fff12cf64a5c5fbca9409cdd89 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:13:05 +0100 Subject: [PATCH] update --- tools/XylkJweJ/secret/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/XylkJweJ/secret/script.js b/tools/XylkJweJ/secret/script.js index 930ef8a..9dd8b4e 100644 --- a/tools/XylkJweJ/secret/script.js +++ b/tools/XylkJweJ/secret/script.js @@ -78,7 +78,7 @@ const fx = new TextScramble(el); let counter = 0; const next = () => { fx.setText(phrases[counter]).then(() => { - setTimeout(next, 1600); + setTimeout(next, 2000); }); counter = (counter + 1) % phrases.length; };