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

add 2 and a door

This commit is contained in:
2022-06-14 03:56:02 +02:00
parent 260515519e
commit 3e4e32fd10
23 changed files with 616 additions and 82 deletions

View File

@@ -16,7 +16,10 @@ public class ScreenPlayer {
public void init(){
// One player by ScreenPlayer
p = new Player(8, 15, "desert");
//p = new Player(8, 15, "desert");
p = new Player(4, 2, "21RI");
// Create both type of screen and record for reuse
screenManager.registerScreen(ScreenMap.class);