Fix: porting done

This commit is contained in:
2018-10-31 22:59:43 +09:00
parent 5464642d9b
commit 9c91dcbe22
6 changed files with 349 additions and 53 deletions
+5
View File
@@ -67,6 +67,11 @@ StageTimer.prototype.removeTimer = function() {
this.timerEvent = null;
}
StageTimer.prototype.add = function(timeSec) {
this.timeLeft += timeSec;
this.printTime();
}
StageTimer.FONT_HEIGHT_PX = 70;