Added delay parameter to start of flowoftime
This commit is contained in:
parent
bf191678a6
commit
a458aba4dd
@ -33,7 +33,7 @@ public class Game {
|
||||
jaffa = new Player("Jaffa", players.get("jaffa"), getRandomDirection());
|
||||
replicator = new PlayerBase("Replicator", players.get("replicator"), getRandomDirection());
|
||||
|
||||
flowoftime.start();
|
||||
flowoftime.start(420*420);
|
||||
}
|
||||
|
||||
private Direction getRandomDirection() {
|
||||
|
Loading…
Reference in New Issue
Block a user