mirror of
https://github.com/Melon-Bread/Pet.GB
synced 2024-11-24 20:58:19 -05:00
Temp fix
This commit is contained in:
parent
d05c302898
commit
7c954700aa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user