osu
osu copied to clipboard
Add "Connecting length" settings for FreezeFrame
I came up with the idea and implemented it. Adjust the amount of combos displayed at the same time. Increasing the amount displayed will have an AR0-like effect.
https://github.com/ppy/osu/assets/75152752/8e31ba55-c5ff-464a-9634-bd0367e4c66a
However, I think there are many problems with the current code.
- Garbage code
- Maximum value chosen for no reason
- Bad English, so the names of settings are wrong
- Variable name (
lastNewCombo
) is not in line with the current situation - All the problems I am not aware of