1
0
mirror of https://github.com/Melon-Bread/Pet.GB synced 2024-11-24 20:58:19 -05:00

Removed TODOs 👍

This commit is contained in:
Rain Clark 2016-10-07 00:06:44 -04:00
parent 6f781f7e50
commit b96dc0099b
2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
315

View File

@ -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;
}