Fix: porting done
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user