now Replicators wait 2 seconds before making first move
This commit is contained in:
parent
0346d99201
commit
46ecc68500
@ -26,7 +26,7 @@ public class FlowOfTime extends Timer {
|
|||||||
|
|
||||||
public void start(long delay) {
|
public void start(long delay) {
|
||||||
schedule(new GameOver(), delay);
|
schedule(new GameOver(), delay);
|
||||||
scheduleAtFixedRate(new ReplicatorAI(), 0, 2000);
|
scheduleAtFixedRate(new ReplicatorAI(), 2000, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void stopTime() {
|
public void stopTime() {
|
||||||
|
Loading…
Reference in New Issue
Block a user