Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 :
Java
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 )

[Edit]Code block added[/Edit]
Posted
Updated 24-Mar-13 8:05am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900