Making stuff work better, adding a floppy

This commit is contained in:
Dan 2025-12-09 19:01:17 +00:00
parent 1d9bc87f1b
commit 7917326214
11 changed files with 261 additions and 32 deletions

View file

@ -92,8 +92,10 @@
}
function init() {
updateBlobCount();
updateLampBackground();
if (document.getElementById("lavaLamp")) {
updateBlobCount();
updateLampBackground();
}
}
init();