From 7c954700aa1e41033749d1a5dd7d419ef34d0f40 Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Sun, 9 Oct 2016 05:28:32 -0400 Subject: [PATCH] Temp fix --- source/Clock.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Clock.hx b/source/Clock.hx index 711d6f7..e813a5d 100644 --- a/source/Clock.hx +++ b/source/Clock.hx @@ -12,7 +12,7 @@ class Clock public var HourPassed:Bool = false; public var DayPassed:Bool = false; - public function new(RtG:Int = 10, HtD = 24) //60 & 24 + public function new(RtG:Int = 20, HtD = 24) //60 & 24 { _timer = new FlxTimer(); // Every 3 real-time minutes 1 in-game hour passes