1
0
mirror of https://github.com/Melon-Bread/Pet.GB synced 2024-11-24 20:58:19 -05:00
This commit is contained in:
Rain Clark 2016-10-09 05:28:32 -04:00
parent d05c302898
commit 7c954700aa

View File

@ -12,7 +12,7 @@ class Clock
public var HourPassed:Bool = false; public var HourPassed:Bool = false;
public var DayPassed: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(); _timer = new FlxTimer();
// Every 3 real-time minutes 1 in-game hour passes // Every 3 real-time minutes 1 in-game hour passes