I used TileD to create a map and asked Slick to render it. However the map didn't render correctly. Slick rendered all tiles as the first tile in the tile set.
But in debug mode, I checked the ID for different tiles. It gave different IDs which means they should be different tiles but they look the same.
I created the map using TileD as below:
Screen Shot 2017-10-18 at 4.04.03 PM.png [ 131 KiB | Viewed 19661 times ]
But it was rendered like this. Grass is the first tile in the tileset. Then everything becomes grass.
Screen Shot 2017-10-18 at 3.55.53 PM.png [ 249.35 KiB | Viewed 19661 times ]
I just showed the up left corner.
Could someone help?