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

remove useless sound

This commit is contained in:
2022-06-16 09:48:07 +02:00
parent 429a3316d9
commit 77ace754ff
159 changed files with 5 additions and 5 deletions

View File

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