From 7ec1b91198d1b14ad9f118a1219f01597d69f230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 29 May 2021 11:15:22 +0200 Subject: [PATCH] chore: dependencies removal --- core/src/sagittarius/view/EndScreen.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/src/sagittarius/view/EndScreen.java b/core/src/sagittarius/view/EndScreen.java index 81f77b6..7a623e2 100644 --- a/core/src/sagittarius/view/EndScreen.java +++ b/core/src/sagittarius/view/EndScreen.java @@ -1,21 +1,11 @@ package sagittarius.view; import com.badlogic.gdx.Gdx; -import com.badlogic.gdx.graphics.Color; -import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.scenes.scene2d.InputEvent; -import com.badlogic.gdx.scenes.scene2d.ui.Skin; -import com.badlogic.gdx.scenes.scene2d.ui.TextArea; -import com.badlogic.gdx.scenes.scene2d.ui.TextButton; -import com.badlogic.gdx.scenes.scene2d.ui.TextField; import com.badlogic.gdx.scenes.scene2d.utils.ActorGestureListener; -import com.badlogic.gdx.utils.FloatArray; import com.kotcrab.vis.ui.VisUI; import com.kotcrab.vis.ui.widget.VisTable; -import com.kotcrab.vis.ui.widget.VisTextArea; import com.kotcrab.vis.ui.widget.VisTextButton; -import com.kotcrab.vis.ui.widget.VisTextField; -import com.kotcrab.vis.ui.widget.spinner.SimpleFloatSpinnerModel; import sagittarius.view.ButtonSounded.*;