chore: comment
This commit is contained in:
parent
aaba818802
commit
d0206b5f82
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user