mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 11:19:17 +00:00
a
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user