Fix: space invaders game ES5 bug
This commit is contained in:
@@ -32,7 +32,6 @@ var Start = {
|
||||
this.makeStartButton();
|
||||
this.makeRankingButton();
|
||||
|
||||
console.log(sessionStorageManager.getMaestroAccountType());
|
||||
if(sessionStorageManager.getMaestroAccountType() >= 100) { // experience account
|
||||
this.printSampleChart();
|
||||
this.announceBox = new AnnounceBox(50, 648);
|
||||
|
||||
Reference in New Issue
Block a user