From 42f5238c3341437e9d55f14715033b03aad60fc8 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 29 Aug 2022 00:40:49 +0600 Subject: важное переименовывание папок MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/MaxonGame.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/src/com/ilotterytea/maxoning/MaxonGame.java') 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; -- cgit v1.2.3