1
0
mirror of https://github.com/ppy/osu.git synced 2024-10-01 05:17:24 +08:00

make it equal with the original codebase.

This commit is contained in:
KoziLord 2018-05-16 01:34:08 +02:00
parent 428d0f5dee
commit 3b708f6505

View File

@ -160,17 +160,14 @@ namespace osu.Game.Screens.Ranking
{
RelativeSizeAxes = Axes.Both,
ParallaxAmount = 0.01f,
//Compensate for the Toolbar
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
//Offset the background to account for the toolbar.
Scale = new Vector2(1 / circle_outer_scale / overscan),
Anchor = Anchor.Centre,
Position = new Vector2(0, -20),
Origin = Anchor.Centre,
Children = new Drawable[]
{
new Sprite
{
RelativeSizeAxes = Axes.Both,
RelativeSsizeAxes = Axes.Both,
Alpha = 0.2f,
Texture = Beatmap.Value.Background,
Anchor = Anchor.Centre,