This commit is contained in:
2023-08-01 21:41:09 +02:00
parent 9a482a9610
commit 0aaf93fe43

View File

@@ -7,7 +7,7 @@ window.addEventListener("load", () => {
canvas.height = window.innerHeight; canvas.height = window.innerHeight;
// Punktabstand für das Grid // Punktabstand für das Grid
const spacing = 32; const spacing = 16;
let sparseWorld = {}; let sparseWorld = {};