mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
commit
cdb489422d
@ -171,11 +171,11 @@ public class RoboRallyGame implements IDrawableGame {
|
|||||||
*/
|
*/
|
||||||
private void runGameLoop() throws InterruptedException {
|
private void runGameLoop() throws InterruptedException {
|
||||||
TimeUnit.SECONDS.sleep(3);
|
TimeUnit.SECONDS.sleep(3);
|
||||||
|
runPhase(0);
|
||||||
runPhase(1);
|
runPhase(1);
|
||||||
runPhase(2);
|
runPhase(2);
|
||||||
runPhase(3);
|
runPhase(3);
|
||||||
runPhase(4);
|
runPhase(4);
|
||||||
runPhase(5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user