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

move data

This commit is contained in:
2022-06-16 10:26:51 +02:00
parent 77ace754ff
commit ada69759d5
160 changed files with 5 additions and 588 deletions

View File

@@ -30,7 +30,7 @@ public class ScreenBattle extends RenderingScreen{
@Override
public void onInit() {
//display the question
generateFont("./font/Ubuntu-Regular.ttf", 30, Color.BLACK);
generateFont("./Data/font/Ubuntu-Regular.ttf", 30, Color.BLACK);
}