1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-03-04 17:19:45 +01:00

endret skjermen loading screen gikk til

This commit is contained in:
Tobydrama 2020-04-06 15:19:27 +02:00
parent 9950e67116
commit a6a4abe57f

@ -39,7 +39,7 @@ public class LoadingScreen extends AbstractScreen {
roboRallyWrapper.batch.end(); roboRallyWrapper.batch.end();
long time = System.currentTimeMillis(); long time = System.currentTimeMillis();
if (time-startTime>5000){ if (time-startTime>5000){
roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getStartMenuScreen(this.roboRallyWrapper)); roboRallyWrapper.setScreen(roboRallyWrapper.screenManager.getBoardActiveScreen(this.roboRallyWrapper));
} }
} }