Libgdx ParallaxScrolling and TiledMaps
- by kirchhoff
I implemented ParallaxScrolling for my SideScroller project, everything is working but the tiled map (the most important part!). I've been trying out everything but it doesn't work (see the code below).
I'm using ParallaxCamera from GdxTests, it's working perfectly for the background layers.
I can't explain myself properly in english, so I…