Compare commits
2 commits
18d7cfba5a
...
109971f1d6
Author | SHA1 | Date | |
---|---|---|---|
|
109971f1d6 | ||
|
ab1c91400e |
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ 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');
|
||||||
|
@ -78,4 +79,7 @@ window.addEventListener("keydown", (event) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//let table = document.getElementById("scoreTable");
|
||||||
|
Scoreboard();
|
||||||
gameState.playground.draw(ctx);
|
gameState.playground.draw(ctx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue