From 45b15395586c460febcd39b86bf4992b145bea48 Mon Sep 17 00:00:00 2001 From: Fastium Date: Thu, 16 Jun 2022 23:31:15 +0200 Subject: [PATCH] clean screenEnd --- src/Screen/ScreenEnd.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Screen/ScreenEnd.java b/src/Screen/ScreenEnd.java index 8627ab6..de55480 100644 --- a/src/Screen/ScreenEnd.java +++ b/src/Screen/ScreenEnd.java @@ -1,20 +1,15 @@ package Screen; import com.badlogic.gdx.Gdx; -import com.badlogic.gdx.Input; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator; import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter; -import Control.Controller; import Entity.Player; -import Game.Battle; -import Main.PokeMudry; import Main.Settings; -import ch.hevs.gdx2d.components.bitmaps.BitmapImage; import ch.hevs.gdx2d.components.screen_management.RenderingScreen; import ch.hevs.gdx2d.lib.GdxGraphics;