I'm making a platformer that wants the screen to closely follow the player, and I know I need the Scroll TO behavior.
However, when I tried to make the screen move to the player, I get this:
As seen in the picture, the player's sprite is (I think) too small. Is there any way to increase the 'zoom-ness' of the Scroll-to behavior?
Below is the code's snippet:
Do you know what I have to do, or is there something wrong with my code?
Thanks in advance,
JamieK