mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove "Score Multiplier" text
This commit is contained in:
@ -330,22 +330,12 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Spacing = new Vector2(footer_button_spacing / 2, 0),
|
Spacing = new Vector2(footer_button_spacing / 2, 0),
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Children = new Drawable[]
|
Child = MultiplierLabel = new OsuSpriteText
|
||||||
{
|
{
|
||||||
new OsuSpriteText
|
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
|
||||||
{
|
Origin = Anchor.CentreLeft,
|
||||||
Text = @"Score Multiplier:",
|
Anchor = Anchor.CentreLeft,
|
||||||
Font = OsuFont.GetFont(size: 30),
|
Width = 70, // make width fixed so reflow doesn't occur when multiplier number changes.
|
||||||
Origin = Anchor.CentreLeft,
|
|
||||||
Anchor = Anchor.CentreLeft,
|
|
||||||
},
|
|
||||||
MultiplierLabel = new OsuSpriteText
|
|
||||||
{
|
|
||||||
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
|
|
||||||
Origin = Anchor.CentreLeft,
|
|
||||||
Anchor = Anchor.CentreLeft,
|
|
||||||
Width = 70, // make width fixed so reflow doesn't occur when multiplier number changes.
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user