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

file in jar

This commit is contained in:
2022-06-19 17:39:41 +02:00
parent adf854d15c
commit 0813fd5254
132 changed files with 19 additions and 78 deletions

View File

@@ -36,7 +36,7 @@ public class ScreenMap extends RenderingScreen{
private Player player;
private void createMap(String name){
TiledMap tm =new TmxMapLoader().load("./map/"+ name + ".tmx");
TiledMap tm =new TmxMapLoader().load("map/"+ name + ".tmx");
tMap.put(name,tm);
tMapRenderer.put(name,new OrthogonalTiledMapRenderer(tm));
}