1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-26 19:13:27 +00:00

Merge branch 'master' into addmaps

This commit is contained in:
Rémi Heredero 2022-06-14 04:01:05 +02:00 committed by GitHub
commit dee8cad542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ public class ScreenPlayer {
//p = new Player(8, 15, "desert");
p = new Player(4, 2, "21RI");
b = new Battle(e);
// Create both type of screen and record for reuse
screenManager.registerScreen(ScreenMap.class);