From 79da149a08387b473734f0d55b0d609316f04558 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:54:24 +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 c5cc0b8..12f28e7 100644 --- a/tools/XylkJweJ/secret/script.js +++ b/tools/XylkJweJ/secret/script.js @@ -75,7 +75,7 @@ const fx = new TextScramble(el); let counter = 0; const next = () => { fx.setText(phrases[counter]).then(() => { - setTimeout(next, 800); + setTimeout(next, 1600); }); counter = (counter + 1) % phrases.length; };