diff --git a/index.html b/index.html index d7c4501..f5ee1bd 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -21,16 +21,10 @@ your experience.

-<<<<<<< HEAD -======= -
Time
- - ->>>>>>> 380cebd36dc4e3a1f3af185d1a7e3f0adb3e04d1
diff --git a/script.js b/script.js index 6d3a963..c8df335 100644 --- a/script.js +++ b/script.js @@ -7,11 +7,7 @@ fillLevelSelection(); let canvas = document.getElementById('canvas'); let ctx = canvas.getContext('2d'); window.ctx = ctx -<<<<<<< HEAD let playground = generatePlayground(levelsBlueprint[0], canvas.width, canvas.height); -======= -let playground = generatePlayground(level2Blueprint, canvas.width, canvas.height); ->>>>>>> 380cebd36dc4e3a1f3af185d1a7e3f0adb3e04d1 window.addEventListener("keydown", (event) => { if (!event.defaultPrevented) { switch (event.key) {