summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-09-27 00:13:14 +0600
committerilotterytea <iltsu@alright.party>2022-09-27 00:13:14 +0600
commit35126f0c675f000fefeb10758cadf5d8a5af9c48 (patch)
tree9f744cb88a8cc97614acf39b5b6fed54b6e944ce /core
parente8ca277450c0c4fd482c8439a53098fcfd614f5c (diff)
unused garbage
Diffstat (limited to 'core')
-rw-r--r--core/src/com/ilotterytea/maxoning/screens/GameScreen.java4
1 files changed, 0 insertions, 4 deletions
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<MaxonItem> items;
Map<Integer, Integer> invItems;
- boolean isShopping = true;
-
ArrayList<ArrayList<Sprite>> bgTiles;
public GameScreen(MaxonGame game) throws IOException, ClassNotFoundException {