diff options
| author | ilotterytea <iltsu@alright.party> | 2022-08-29 00:40:49 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-08-29 00:40:49 +0600 |
| commit | 42f5238c3341437e9d55f14715033b03aad60fc8 (patch) | |
| tree | ca0b1c69688f0042fb4c6c4da0f1ab57aac462a1 /core/src/com/ilotterytea/maxoning/MaxonGame.java | |
| parent | 5ce75c990a9f7b77a5c52afb565b3ba92a07593a (diff) | |
важное переименовывание папок
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonGame.java')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonGame.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonGame.java b/core/src/com/ilotterytea/maxoning/MaxonGame.java index 9a24256..84bc6e6 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonGame.java +++ b/core/src/com/ilotterytea/maxoning/MaxonGame.java @@ -1,11 +1,9 @@ package com.ilotterytea.maxoning; import com.badlogic.gdx.Game; -import com.badlogic.gdx.Gdx; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.graphics.g2d.SpriteBatch; -import com.ilotterytea.maxoning.screen.AssetLoadingScreen; -import com.ilotterytea.maxoning.screen.SplashScreen; +import com.ilotterytea.maxoning.screens.AssetLoadingScreen; public class MaxonGame extends Game { public SpriteBatch batch; |
