endret skjermen loading screen gikk til

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

View File

@ -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));
} }
} }