This commit is contained in:
33333-33333 2026-06-19 23:22:15 +09:00
commit 33234f32ae
18 changed files with 1390 additions and 573 deletions

View file

@ -48,5 +48,6 @@ loadImages().then(() => {
render();
renderStats();
syncTopButtons();
if (typeof startBackgroundImageLoading === "function") startBackgroundImageLoading();
loop();
});