Compare commits

..

No commits in common. "109971f1d677048c6bc87ee06c2bc49cba5a0dd7" and "18d7cfba5a7897daa5b2ed74c2e22d8c4beb7dba" have entirely different histories.

View file

@ -4,7 +4,6 @@ import { MoveDirection } from '/modules/enums.mjs'
import { fillLevelsSelection, selectLevel, LevelManager } from '/modules/levelSelection.mjs'
import { Timer } from '/modules/timer.mjs'
import { TutorialControler } from '/modules/tutorialControler.mjs'
import { Scoreboard } from '/modules/scoreboard.mjs'
let canvas = document.getElementById('canvas');
let difficultySlider = document.getElementById('difficulty-slider');
@ -79,7 +78,4 @@ window.addEventListener("keydown", (event) => {
}
});
//let table = document.getElementById("scoreTable");
Scoreboard();
gameState.playground.draw(ctx);