1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

finsh text end

This commit is contained in:
Fastium
2022-06-16 19:14:46 +02:00
parent a62a239579
commit b283460840
7 changed files with 94 additions and 10 deletions

View File

@@ -9,11 +9,10 @@ import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
import Control.Controller;
import Entity.Enemy;
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;
@@ -31,7 +30,6 @@ public class ScreenBattle extends RenderingScreen{
private Battle b = null;
private Enemy enemy;
@Override
public void onInit() {