how to use tmx map in my code
Java
2
Posts
2
Posters
0
Views
1
Watching
-
i am using slick package i already made my map with tiled map and now i want to use it in my project so , i wrote these statemnts : map = new TiledMap("data/1.tmx"); map.render(0, 0); but when i run it i got just the layer background how i can display my tiles and my other layers (i have three layeres object ,collision ,and background )
-
i am using slick package i already made my map with tiled map and now i want to use it in my project so , i wrote these statemnts : map = new TiledMap("data/1.tmx"); map.render(0, 0); but when i run it i got just the layer background how i can display my tiles and my other layers (i have three layeres object ,collision ,and background )