From 05e9f992df37428cc17a43b471fc102ae1d4048e Mon Sep 17 00:00:00 2001 From: gocivici Date: Tue, 27 Feb 2024 21:20:39 +0300 Subject: [PATCH] fix error --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index 61b27f9..b91843b 100644 --- a/public/index.js +++ b/public/index.js @@ -18,7 +18,7 @@ let pageVisible = true; let debugMode = false; let timeoutHandle; -//preload images to avoid firefox NS_BINDING_ABORTED error +//preload images to avoid firefox NS_BINDING_ABORTED errorr const characters = ["Green","Red","Orange","Blue"]; characters.forEach((char) => { new Image().src = 'characterSprites/'+ char +'/Down.png';