mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Remove duplicate definition of bonus text in ArgonSpinner
This commit is contained in:
parent
3986cec949
commit
181a98e8ef
@ -35,14 +35,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
bonusCounter = new OsuSpriteText
|
|
||||||
{
|
|
||||||
Alpha = 0,
|
|
||||||
Anchor = Anchor.Centre,
|
|
||||||
Origin = Anchor.Centre,
|
|
||||||
Font = OsuFont.Default.With(size: 24),
|
|
||||||
Y = -120,
|
|
||||||
},
|
|
||||||
new ArgonSpinnerDisc
|
new ArgonSpinnerDisc
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user