summaryrefslogtreecommitdiff
path: root/core/src/com/ilotterytea/maxoning
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/ilotterytea/maxoning')
-rw-r--r--core/src/com/ilotterytea/maxoning/screen/SplashScreen.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/com/ilotterytea/maxoning/screen/SplashScreen.java b/core/src/com/ilotterytea/maxoning/screen/SplashScreen.java
index 82dc76a..ee80f17 100644
--- a/core/src/com/ilotterytea/maxoning/screen/SplashScreen.java
+++ b/core/src/com/ilotterytea/maxoning/screen/SplashScreen.java
@@ -33,14 +33,14 @@ public class SplashScreen implements InputProcessor, Screen {
this.stage = new Stage(new FillViewport(Gdx.graphics.getWidth(), Gdx.graphics.getHeight()));
- this.skin = game.assetManager.get("main.skin", Skin.class);
+ this.skin = new Skin(Gdx.files.internal("main.skin"));
this.infoLabel = new Label(
String.format("%s %s", MaxonConstants.GAME_NAME, MaxonConstants.GAME_VERSION),
skin, "credits"
);
- this.dev = new Image(game.assetManager.get("dev.png", Texture.class));
+ this.dev = new Image(game.assetManager.get("sprites/ilotterytea.png", Texture.class));
this.whiteSquare = new Image(game.assetManager.get("sprites/white.png", Texture.class));
infoLabel.setPosition(