Funkin
Funkin copied to clipboard
Fix an issue where the Freeplay menu never displays 100% clear.
We were using a broken linear interpolation function to handle the value of the clear percentage (and for that matter the score). This uses the proper smoothLerp function which snaps the value once completed.