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

Apply flashlight slider dim immediately to match osu!(stable) #24701

Merged
merged 2 commits into from
Sep 4, 2023

Conversation

frenzibyte
Copy link
Member

osu!(stable) applies flashlight dim immediately on slider tracking (source). For balancing purposes as specified in #23797 (comment) & #23797 (comment), this PR changes the transition to apply immediately in order to match stable.

master:

CleanShot.2023-09-01.at.22.53.25.mp4

PR:

CleanShot.2023-09-01.at.22.50.13.mp4

osu!(stable):

CleanShot.2023-09-01.at.22.50.44.mp4

@@ -69,7 +69,7 @@ public OsuFlashlight(OsuModFlashlight modFlashlight)
public void OnSliderTrackingChange(ValueChangedEvent<bool> e)
{
// If a slider is in a tracking state, a further dim should be applied to the (remaining) visible portion of the playfield over a brief duration.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment (over a brief duration) is now outdated, fwiw.

@frenzibyte frenzibyte removed their assignment Sep 1, 2023
@bdach bdach requested a review from peppy September 4, 2023 06:42
@peppy peppy merged commit 0da37e4 into ppy:master Sep 4, 2023
@frenzibyte frenzibyte deleted the remove-flashlight-slider-dim-transform branch September 4, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Flashlight slider dim slower than stable
4 participants