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

fonctionniert

This commit is contained in:
Fastium
2022-06-13 21:38:00 +02:00
parent 47b86dd6c8
commit 2d2095a65a
5 changed files with 26 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ public class ScreenPlayer {
// Create both type of screen and record for reuse
screenManager.registerScreen(ScreenMap.class);
screenManager.registerScreen(ScreenBattle.class);
sb = screenManager.getScreenBattle();
sm = screenManager.getScreenMap();
}