mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 03:39:16 +00:00 
			
		
		
		
	remove useless sound
This commit is contained in:
		| @@ -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)); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user