diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-27 00:10:51 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-27 00:10:51 +0600 |
| commit | 9e6bb56f372a55c1f1c20f63c4a5237947fb5781 (patch) | |
| tree | d7c1c54a256cb0f9b9e4365842048d806453d893 /core/src | |
| parent | eab69c79df6abd56744031a889d0fdd4bd60d44f (diff) | |
oops forgor moment
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonGame.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonGame.java b/core/src/com/ilotterytea/maxoning/MaxonGame.java index 4ee3861..6f26b12 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonGame.java +++ b/core/src/com/ilotterytea/maxoning/MaxonGame.java @@ -7,7 +7,7 @@ import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import com.ilotterytea.maxoning.player.MaxonPlayer; -import com.ilotterytea.maxoning.screens.AssetLoadingScreen; +import com.ilotterytea.maxoning.screens.SplashScreen; import com.ilotterytea.maxoning.utils.I18N; import com.ilotterytea.maxoning.utils.serialization.GameDataSystem; @@ -53,7 +53,7 @@ public class MaxonGame extends Game { assetManager = new AssetManager(); - this.setScreen(new AssetLoadingScreen(this)); + this.setScreen(new SplashScreen(this)); } @Override |
