Luka S.J. submitted a new resource:
Game Time - Separate your game world from the real life.
Read more about this resource...
Game Time - Separate your game world from the real life.
Adds an "unreal time" engine to your game.
Manipulating time
You can use existing methods to skip ahead in time:
GameTime.move_to_morning
skips the time to 06:00.
GameTime.move_to_afternoon
skips the time to 12:00.
GameTime.move_to_evening
skips the time to 19:00.
GameTime.move_to_night
skips the time to 22:00.
Additionally, you can explicitly define which time to jump to...
Read more about this resource...