mirror of
https://github.com/ppy/osu.git
synced 2024-11-19 02:22:56 +08:00
make it equal with the original codebase.
This commit is contained in:
parent
428d0f5dee
commit
3b708f6505
@ -160,17 +160,14 @@ namespace osu.Game.Screens.Ranking
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ParallaxAmount = 0.01f,
|
ParallaxAmount = 0.01f,
|
||||||
//Compensate for the Toolbar
|
Scale = new Vector2(1 / circle_outer_scale / overscan),
|
||||||
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
|
|
||||||
//Offset the background to account for the toolbar.
|
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Position = new Vector2(0, -20),
|
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Sprite
|
new Sprite
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSsizeAxes = Axes.Both,
|
||||||
Alpha = 0.2f,
|
Alpha = 0.2f,
|
||||||
Texture = Beatmap.Value.Background,
|
Texture = Beatmap.Value.Background,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user