Endrer fasenummer tilbake til 1-5

This commit is contained in:
Kristian Knarvik 2020-03-25 13:38:33 +01:00
parent cdb489422d
commit 9bda8244dd

View File

@ -171,11 +171,11 @@ public class RoboRallyGame implements IDrawableGame {
*/
private void runGameLoop() throws InterruptedException {
TimeUnit.SECONDS.sleep(3);
runPhase(0);
runPhase(1);
runPhase(2);
runPhase(3);
runPhase(4);
runPhase(5);
}
/**