CodedGames Posted January 6, 2018 Share Posted January 6, 2018 So this seems like it should be fairly simple, I want the camera to always follow the player even if they go outside the bounds of the map. How would I do that? Link to comment Share on other sites More sharing options...
samme Posted January 6, 2018 Share Posted January 6, 2018 game.camera.bounds = null; // or game.camera.bounds.setTo(-Infinity, -Infinity, Infinity, Infinity); Link to comment Share on other sites More sharing options...
Recommended Posts