Add: license maestro password, score list
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user