Add: hide rank button for test players
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user