mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 11:03:22 +08:00
Move spm text out of scaled parts.
This commit is contained in:
parent
0da66cfc7c
commit
24187cc53a
@ -99,6 +99,13 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
Origin = Anchor.Centre,
|
||||
},
|
||||
circleContainer.CreateProxy(),
|
||||
ticks = new SpinnerTicks
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
},
|
||||
}
|
||||
},
|
||||
spmText = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
@ -117,13 +124,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
TextSize = 12,
|
||||
Y = 125
|
||||
},
|
||||
ticks = new SpinnerTicks
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user