Add: Ads screen in the start page
This commit is contained in:
@@ -32,7 +32,8 @@ var Start = {
|
||||
this.makeStartButton();
|
||||
this.makeRankingButton();
|
||||
|
||||
if(sessionStorageManager.getMaestroAccountType() >= 100) { // experience account
|
||||
// if(sessionStorageManager.getMaestroAccountType() >= 100) { // experience account
|
||||
if(isExperiencePlayerAccount() || isExperienceMaestroAccount()) { // experience account
|
||||
this.printSampleChart();
|
||||
this.announceBox = new AnnounceBox(50, 648);
|
||||
this.announceBox.drawBox("체험 계정에서는 기록이 저장되지 않습니다.");
|
||||
|
||||
Reference in New Issue
Block a user