Add: hide rank button for test players

This commit is contained in:
2018-09-05 09:52:41 +09:00
parent 3d4852c42c
commit 37e623e95e
3 changed files with 50 additions and 74 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class Game {
console.log(highScore);
sessionStorageManager.bestRecord = highScore;
sessionStorageManager.isNewBestRecrd = true;
screenBottomUI.printBottomLeftTextWithBestRecord(sessionStorageManager.bestRecord);
screenBottomUI.printLeftTextWithBestRecord(sessionStorageManager.bestRecord);
});
let heartGauge = new HeartGauge(heartManager);