Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

set a script on your camera and tell to the camera actor to follow player position.

this.actor.setPosition( playerActor.getX(), playerActor.getY(), 1 );

Something like that !