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