Hi,
I am working on a grid based game where a player moves along a grid-like board. The board is a big larger than the display size of the screen, which makes it necessary to have the camera follow the main player. However, when the user reaches one of the sides of the board (top/bottom/left/right), much of the board is cut off due to the object always being centered.
While looking through the perspective library, I have not found any specific modules to make it so that the camera has max follow ranges. Is there any way to add a max value to the camera so once it reaches a certain point rather than centering the follow object on the screen, it goes a bit off center to retain other parts of the scene?
If you need any more clarification, please let me know (I understand it is a tad bit confusing to explain).
Thanks.