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