mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
Re-implement the fix after it got deleted in the previous commit.
This commit is contained in:
parent
1e88f216f2
commit
428d0f5dee
@ -160,8 +160,11 @@ namespace osu.Game.Screens.Ranking
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ParallaxAmount = 0.01f,
|
||||
Scale = new Vector2(1 / circle_outer_scale / overscan),
|
||||
//Compensate for the Toolbar
|
||||
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
|
||||
//Offset the background to account for the toolbar.
|
||||
Anchor = Anchor.Centre,
|
||||
Position = new Vector2(0, -20),
|
||||
Origin = Anchor.Centre,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user