From 688d6ef42e19472c6578ac32d85e182c1fb414db Mon Sep 17 00:00:00 2001 From: CI Action Date: Sat, 31 Jan 2026 07:44:23 +0000 Subject: [PATCH] chore: update asset versions [skip ci] --- www/index.html | 2 +- www/{script.b197492b.js => script.0bc8c210.js} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename www/{script.b197492b.js => script.0bc8c210.js} (99%) diff --git a/www/index.html b/www/index.html index b846acc..a7079ae 100644 --- a/www/index.html +++ b/www/index.html @@ -292,7 +292,7 @@ - + diff --git a/www/script.b197492b.js b/www/script.0bc8c210.js similarity index 99% rename from www/script.b197492b.js rename to www/script.0bc8c210.js index 600b45f..16fa324 100644 --- a/www/script.b197492b.js +++ b/www/script.0bc8c210.js @@ -1,3 +1,4 @@ +// Game configuration constants const STORAGE_KEY = 'impostorGameStateV2'; const MAX_PLAYERS = 10; const MIN_PLAYERS = 3;