Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force minimum cursor size for OsuResumeOverlay #26148

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

rushiiMachine
Copy link
Contributor

@rushiiMachine rushiiMachine commented Dec 26, 2023

On cursor sizes below 0.3x it becomes exceedingly difficult to quickly locate and then accurately click the resume cursor on the pause overlay as it could as big as a handful of pixels. In the event the cursor aligns somewhere on top of or close to the text, it becomes nearly impossible to find it as it's even the same color.

This clamps the minimum cursor size to 1x for the resume overlay, which is way more comfortable and less likely to cause the player to miss afterwards (note that not the entire cursor aura is interactable, only about 2/3s) and more closely resembles stable.

0.1x:
image

clamped to 1x:
image

On cursor sizes below 0.3x it becomes exceedingly difficult to quickly locate and then accurately click the resume cursor on the pause overlay as it could as big as a handful of pixels. This clamps the minimum cursor size to 1x for the resume overlay, which is way more comfortable and more closely resembles stable.
@peppy peppy self-requested a review December 28, 2023 10:22
@peppy peppy merged commit c7f10db into ppy:master Dec 28, 2023
9 of 17 checks passed
@rushiiMachine rushiiMachine deleted the resumeoverlay-min-cursor-size branch December 28, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants