mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-11-30 16:08:46 +01:00
Gjør om bytting til kortutvelgingsskjermen
This commit is contained in:
@@ -16,7 +16,7 @@ public class RoboRallyWrapper extends Game {
|
|||||||
batch = new SpriteBatch();
|
batch = new SpriteBatch();
|
||||||
font = new BitmapFont();
|
font = new BitmapFont();
|
||||||
this.screenManager = new ScreenManager();
|
this.screenManager = new ScreenManager();
|
||||||
this.setScreen(screenManager.getCardChoiceScreen(this));
|
this.setScreen(screenManager.getMainMenuScreen(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void dispose() {
|
public void dispose() {
|
||||||
|
|||||||
Reference in New Issue
Block a user