diff --git a/export/.build b/export/.build deleted file mode 100644 index 75af06e..0000000 --- a/export/.build +++ /dev/null @@ -1 +0,0 @@ -315 \ No newline at end of file diff --git a/source/Clock.hx b/source/Clock.hx index 7e1fde1..f184feb 100644 --- a/source/Clock.hx +++ b/source/Clock.hx @@ -28,13 +28,11 @@ class Clock { private function hourEnd(Timer:FlxTimer):Void { - // TODO: alert the Gel a hour has passed make it do its stat changes HourPassed = true; } private function dayEnd():Void { - // TODO: alert the Gel a day has passed to age++ _timer.reset(); DayPassed = true; }