I am trying to make a camera to follow the Player.
Every tick - set camera position to lerp(self.X, player.x, 0.03)
and lerp(self.Y, player.Y, 0.03)
it is somewhat following the player. When i press "S" key to move player down, screen (camera is following) but its not focused on the player.
I have put "scroll to' behavior" on the camera.
I dont understand why it is not working.