sex with a cactus

This commit is contained in:
An Orbit 2025-02-10 14:46:34 -05:00 committed by GitHub
parent 6e67a664d3
commit 560aa72f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5691,7 +5691,7 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
canvasLayersPostRenderers = []; canvasLayersPostRenderers = [];
drawLayers = function(includeBackground) { drawLayers = function(includeBackground) {
//console.log("dl tick"); //console.log("dl tick");
if (ctx === null) return if (ctx === null || ctx === undefined) return
clearLayers(); clearLayers();
ctx.clearRect(0, 0, canvas.width, canvas.height); ctx.clearRect(0, 0, canvas.width, canvas.height);
findColorPulseTimerSubTimer++; findColorPulseTimerSubTimer++;
@ -45678,7 +45678,7 @@ maxPixels (default 1000): Maximum amount of pixels/changes (if xSpacing and ySpa
//END ## //END ##
console.log("Mod loaded"); console.log("Mod loaded");
logMessage("a_mod_by_alice.js requires many other mods. Many of the elements and features added with it installed are actually added by the other mods it depends on.") window.addEventListener("load",function() {logMessage("a_mod_by_alice.js requires many other mods. Many of the elements and features added with it installed are actually added by the other mods it depends on.")})
} catch (error) { } catch (error) {
alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`); alert(`Load failed (try reloading).\nThis is likely a sporadic failure caused by inconsistencies in how mods are loaded, and will likely fix itself in a refresh or two. If it persists, then it's an issue.\nError: ${error.stack}`);
console.error(error) console.error(error)