Add WebGL FPS cap and texture word reveal

This commit is contained in:
2026-06-06 15:37:44 +02:00
parent bc736513d4
commit 431e305df9
5 changed files with 219 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const ModuleState = {
ERROR: 'ERROR'
};
const MODULE_CACHE_BUSTER = '20260606-webgl-overlay-page-layout';
const MODULE_CACHE_BUSTER = '20260606-webgl-fps-texture-animation';
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
/**