Help! My character's head keeps getting cut off when I play my game.
I added the scroll behavior to my "camera" square. Then on my event sheet, I added an event where every tick, the camera would set position to (lerp(Serp.X, Player.X, 0.3), lerp(Self.Y, Player.Y, 0.3))
In some locations, my character's head gets cut off when I run around. How do I fix this issue? Please see my picture.
Thank you!