Implementation de la table de score
This commit is contained in:
parent
dc24861f8b
commit
ab1c91400e
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { MoveDirection } from '/modules/enums.mjs'
|
|||
import { fillLevelsSelection, selectLevel } 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');
|
||||
|
@ -67,4 +68,7 @@ window.addEventListener("keydown", (event) => {
|
|||
}
|
||||
});
|
||||
|
||||
//let table = document.getElementById("scoreTable");
|
||||
Scoreboard();
|
||||
gameState.playground.draw(ctx);
|
||||
|
||||
|
|
Loading…
Reference in a new issue