Fix: remove game argument for ScreenBottom constructor

This commit is contained in:
2018-05-16 10:26:40 +09:00
parent 3ed621d9f3
commit c307c69d8b
5 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Game {
// bottom
let screenBottom = new ScreenBottom(game);
let screenBottom = new ScreenBottom();
screenBottom.makeBottomLine();
let highScore = NumberUtil.numberWithCommas(scoreManager.getHighScore());
screenBottom.printBottomLeftText("최고 기록 : " + highScore);