1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00
This commit is contained in:
Fastium
2022-06-15 19:52:31 +02:00
parent 24774190b6
commit 8c8c59411d
3 changed files with 56 additions and 9 deletions

View File

@@ -31,14 +31,12 @@ public class ScreenBattle extends RenderingScreen{
public void onInit() {
//display the question
generateFont("resources/font/Ubuntu-Regular.ttf", 30, Color.BLACK);
}
@Override
public void onGraphicRender(GdxGraphics g) {
g.clear(Color.BLACK);
displayDialog(g);
}