Add: license maestro password, score list

This commit is contained in:
2018-12-13 10:59:37 +09:00
parent be09fca8b2
commit 5186f21421
8 changed files with 358 additions and 65 deletions
+3 -3
View File
@@ -23,11 +23,11 @@ var LicenseTimer = {
// this.fullscreenButton = new FullscreenButton();
this.licenseDataManager = new LicenseDataManager();
this.timer = new Timer();
this.chart = new Chart();
this.chart.printContents();
this.chart = new Chart(this.licenseDataManager);
this.inputScore = new InputScore(this.timer, this.chart);
this.inputScore = new InputScore(this.licenseDataManager, this.timer, this.chart);
},
back: function() {