diff --git a/script.js b/script.js index cf873c3..023c9bb 100644 --- a/script.js +++ b/script.js @@ -7,7 +7,7 @@ window.addEventListener("load", () => { canvas.height = window.innerHeight; // Punktabstand für das Grid - const spacing = 32; + const spacing = 16; let sparseWorld = {};