naveen Posted August 7, 2014 Share Posted August 7, 2014 I have side scroller platform game. I want to add some easing to camera follow the character. I am using camera.follow(char) method. Any help on this is appreciable. Link to comment Share on other sites More sharing options...
lewster32 Posted August 7, 2014 Share Posted August 7, 2014 Phaser's Camera doesn't have this built-in, but it's easily added - I've created a jsfiddle which shows one way that you could add smoothed camera movement: http://jsfiddle.net/lewster32/5a866/ valueerror 1 Link to comment Share on other sites More sharing options...
Recommended Posts