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:
parent
6f781f7e50
commit
b96dc0099b
@ -1 +0,0 @@
|
||||
315
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user