chore: Late something
This commit is contained in:
@@ -24,6 +24,11 @@ public class GameWinHandler extends AbstractSocketEventHandler<GameWin> {
|
||||
roomTaskScheduler.finalShutdown();
|
||||
WinScene winScene = new WinScene();
|
||||
gameState.setScreen(winScene);
|
||||
try {
|
||||
Thread.sleep(500);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
winScene.fullRender();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user