Compare commits
No commits in common. "109971f1d677048c6bc87ee06c2bc49cba5a0dd7" and "18d7cfba5a7897daa5b2ed74c2e22d8c4beb7dba" have entirely different histories.
109971f1d6
...
18d7cfba5a
1 changed files with 0 additions and 4 deletions
|
@ -4,7 +4,6 @@ import { MoveDirection } from '/modules/enums.mjs'
|
||||||
import { fillLevelsSelection, selectLevel, LevelManager } from '/modules/levelSelection.mjs'
|
import { fillLevelsSelection, selectLevel, LevelManager } from '/modules/levelSelection.mjs'
|
||||||
import { Timer } from '/modules/timer.mjs'
|
import { Timer } from '/modules/timer.mjs'
|
||||||
import { TutorialControler } from '/modules/tutorialControler.mjs'
|
import { TutorialControler } from '/modules/tutorialControler.mjs'
|
||||||
import { Scoreboard } from '/modules/scoreboard.mjs'
|
|
||||||
|
|
||||||
let canvas = document.getElementById('canvas');
|
let canvas = document.getElementById('canvas');
|
||||||
let difficultySlider = document.getElementById('difficulty-slider');
|
let difficultySlider = document.getElementById('difficulty-slider');
|
||||||
|
@ -79,7 +78,4 @@ window.addEventListener("keydown", (event) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//let table = document.getElementById("scoreTable");
|
|
||||||
Scoreboard();
|
|
||||||
gameState.playground.draw(ctx);
|
gameState.playground.draw(ctx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue