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

add enemy but no interaction

This commit is contained in:
2022-06-08 20:18:22 +02:00
parent 4843f5d1d8
commit cd64313dec
3 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class ScreenMap {
public int tileWidth;
private int height;
public int tileHeight;
private void createMap(String name){