i just started a side-scrolling game with andengine using xml-levels and box2d.
does anyone know how get the level scrolling when i move the player, so that the player stays in the center of the screen?
thx
i just started a side-scrolling game with andengine using xml-levels and box2d.
does anyone know how get the level scrolling when i move the player, so that the player stays in the center of the screen?
thx
Use the method Camera.setChaseEntity
(With your player object).