How can I add a character and enemies to a game that uses Parallax Scrolling? [on hold]
- by Homer_Simpson
I use the following code to create Parallax Scrolling:
http://www.david-gouveia.com/portfolio/2d-camera-with-parallax-scrolling-in-xna/
Parallax Scrolling is working but I don't know how to add the player and the enemies. I tried to add a player class to the existing code, but if the player moves, then the camera isn't pointing at the player. The…