Add: Ads screen in the start page

This commit is contained in:
2018-09-22 16:03:49 +09:00
parent 7780bd534f
commit 58de28d781
6 changed files with 93 additions and 3 deletions
+2 -1
View File
@@ -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("체험 계정에서는 기록이 저장되지 않습니다.");