diff --git a/moonlight/src/GameStates.js b/moonlight/src/GameStates.js index 659952d..0c70635 100644 --- a/moonlight/src/GameStates.js +++ b/moonlight/src/GameStates.js @@ -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,