Reset clock start to 08:00

This commit is contained in:
2014-07-11 23:50:07 -07:00
parent 341f7dc298
commit b93191c81e

View File

@@ -119,7 +119,7 @@ GameState.prototype.create = function()
this.game.time.advancedTiming = true;
this.clock = new Date();
this.clock.setHours(20, 50, 0, 0);
this.clock.setHours(20, 00, 0, 0);
this.clockTimer = game.time.create(true);
this.clockTimer.repeat(DAYLIGHT_TIMER_REPEAT,
DAYLIGHT_TIMER_REPEATCOUNT,