This commit is contained in:
2020-03-31 14:04:46 +02:00
parent f08602f2d4
commit 8d2aad9a72

View File

@@ -2,7 +2,7 @@
/* Initialize variables */
const pixelSize = 20; //Cannot be odd
const pixelAmount = 20;
const pixelAmount = 30;
/* Register HTML DOM elements by variables */
const canvas = document.getElementById('game');