From d9ae4b0968d954360a9c55525477133c96e3a978 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:22:53 -0400 Subject: [PATCH] Update index.html --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8eb68b81..ede103a1 100644 --- a/index.html +++ b/index.html @@ -11645,8 +11645,10 @@ if (new Date().getMonth() == 9) { ctx.strokeStyle = "white"; ctx.strokeRect(topLeft[0]*pixelSize,topLeft[1]*pixelSize,(bottomRight[0]-topLeft[0]+1)*pixelSize,(bottomRight[1]-topLeft[1]+1)*pixelSize); // draw one transparent pixel in the center - ctx.fillStyle = "rgba(255,255,255,0.5)"; - ctx.fillRect(mousePos.x*pixelSize,mousePos.y*pixelSize,pixelSize,pixelSize); + if (settings.precision) { + ctx.fillStyle = "rgba(255,255,255,0.5)"; + ctx.fillRect(mousePos.x*pixelSize,mousePos.y*pixelSize,pixelSize,pixelSize); + } updateStats(); //ticks ++; } @@ -14407,6 +14409,9 @@ You can also join our Di Fancy Textures ? + + Precision Dot + Random Events