From 35126f0c675f000fefeb10758cadf5d8a5af9c48 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 27 Sep 2022 00:13:14 +0600 Subject: unused garbage --- core/src/com/ilotterytea/maxoning/screens/GameScreen.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/src/com/ilotterytea') diff --git a/core/src/com/ilotterytea/maxoning/screens/GameScreen.java b/core/src/com/ilotterytea/maxoning/screens/GameScreen.java index 9c6f08a..ad4a7e7 100644 --- a/core/src/com/ilotterytea/maxoning/screens/GameScreen.java +++ b/core/src/com/ilotterytea/maxoning/screens/GameScreen.java @@ -3,7 +3,6 @@ package com.ilotterytea.maxoning.screens; import com.badlogic.gdx.*; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.Texture; -import com.badlogic.gdx.graphics.g2d.NinePatch; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.math.Interpolation; import com.badlogic.gdx.scenes.scene2d.InputEvent; @@ -11,7 +10,6 @@ import com.badlogic.gdx.scenes.scene2d.Stage; import com.badlogic.gdx.scenes.scene2d.actions.Actions; import com.badlogic.gdx.scenes.scene2d.ui.*; import com.badlogic.gdx.scenes.scene2d.utils.ClickListener; -import com.badlogic.gdx.scenes.scene2d.utils.NinePatchDrawable; import com.badlogic.gdx.utils.Align; import com.badlogic.gdx.utils.Timer; import com.badlogic.gdx.utils.viewport.FillViewport; @@ -51,8 +49,6 @@ public class GameScreen implements Screen, InputProcessor { ArrayList items; Map invItems; - boolean isShopping = true; - ArrayList> bgTiles; public GameScreen(MaxonGame game) throws IOException, ClassNotFoundException { -- cgit v1.2.3