Implement new osu! mod Bloom
Closes https://github.com/ppy/osu/issues/29748.
Closes https://github.com/ppy/osu/issues/29839.
CircularProgress
Also show both mouse buttons at once on frame markers.
ReplayPlayer
analysis container creates settings and the settings items are created more nicely also removed use of localized strings because that can be done separately
Fix oversight in osu! pause input handling
Try-finally has a small overhead that's unnecessary in this case given how small the code block is.