mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Tidy up some unnecessary lines
This commit is contained in:
parent
205aa1a3cd
commit
0f6c623ebb
@ -107,10 +107,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
else
|
else
|
||||||
MultiplierLabel.FadeColour(Color4.White, 200);
|
MultiplierLabel.FadeColour(Color4.White, 200);
|
||||||
|
|
||||||
if (ranked)
|
UnrankedLabel.FadeTo(ranked ? 0 : 1, 200);
|
||||||
UnrankedLabel.FadeOut(200);
|
|
||||||
else
|
|
||||||
UnrankedLabel.FadeIn(200);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void PopOut()
|
protected override void PopOut()
|
||||||
@ -357,7 +354,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
{
|
{
|
||||||
Text = @"Score Multiplier:",
|
Text = @"Score Multiplier:",
|
||||||
TextSize = 30,
|
TextSize = 30,
|
||||||
Shadow = true,
|
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Top = 5,
|
Top = 5,
|
||||||
@ -368,7 +364,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
{
|
{
|
||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
TextSize = 30,
|
TextSize = 30,
|
||||||
Shadow = true,
|
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Top = 5
|
Top = 5
|
||||||
@ -379,7 +374,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
Text = @"(Unranked)",
|
Text = @"(Unranked)",
|
||||||
TextSize = 30,
|
TextSize = 30,
|
||||||
Shadow = true,
|
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Top = 5,
|
Top = 5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user