Makes the camera move more quickly to follow the cursor and the player.
-----
Values changed (magic_numbers.xml):
* CAMERA_NO_MOVE_BUFFER_NEAR_VIEWPORT_EDGE: 0.3 > 0.0 - removes deadzone on outer 30% of screen
* CAMERA_MOUSE_INTERPOLATION_SPEED: 0.25 > 5.0 - camera follows cursor much faster (20x)
* CAMERA_POSITION_INTERPOLATION_SPEED: 3.52 > 5.0 - camera follows player noticeably faster (~42%)
* CAMERA_DISTANCE_INTERPOLATION_SPEED: 1.16 > 1.0 - this seems to affect how quickly the camera moves in general, so I just set it to 1 to make the numbers look nice :^)
-----
Looking, without mod:

Looking, with mod:

Falling, without mod:

Falling, with mod:

Comments