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

add format speech

This commit is contained in:
Fastium
2022-06-15 22:29:34 +02:00
parent 8c8c59411d
commit 83fc312efb
4 changed files with 132 additions and 51 deletions

View File

@@ -70,7 +70,7 @@ public class ScreenBattle extends RenderingScreen{
//dialog
if(b == null) return;
if(b.getLine() == null) return;
g.drawString(15, 245 ,b.getLine() , optimus40);
g.drawString(15, 260 ,b.getLine() , optimus40);
}