chore: comment

This commit is contained in:
cha0s 2019-11-03 11:18:00 -06:00
parent aaba818802
commit d0206b5f82

View File

@ -24,7 +24,7 @@ export default class Game {
room.world.stepTime = config.simulationInterval; room.world.stepTime = config.simulationInterval;
this.room = room; this.room = room;
}); });
// World time. Start at 10 am for testing. // World time.
this.worldTime = new WorldTime(); this.worldTime = new WorldTime();
this.worldTime.hour = 10; this.worldTime.hour = 10;
// Entity tracking. // Entity tracking.