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

Hide "Unranked" text in ModDisplay if play is ranked #978

Merged
merged 7 commits into from
Jul 14, 2017

Conversation

EVAST9919
Copy link
Contributor

No description provided.

@@ -62,6 +68,19 @@ public ModDisplay()
};
}

private bool playIsRanked()

This comment was marked as off-topic.

if (!playIsRanked)
unrankedText.FadeInFromZero(fade_duration, EasingTypes.OutQuint);
else
unrankedText.FadeTo(0);

This comment was marked as off-topic.

private void appearTransform()
{
if (!playIsRanked)

This comment was marked as off-topic.

@peppy peppy merged commit 36594af into ppy:master Jul 14, 2017
@EVAST9919 EVAST9919 deleted the mods_overlay_fix branch July 14, 2017 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants