From b93191c81e65332e9037d21ec5a52540018a79c1 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 11 Jul 2014 23:50:07 -0700 Subject: [PATCH] Reset clock start to 08:00 --- moonlight/src/GameStates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,