mirror of
https://github.com/ppy/osu.git
synced 2024-11-19 00:13:21 +08:00
Change the parallax amount
This commit is contained in:
parent
ca05fde14c
commit
be56d8cb82
@ -159,7 +159,7 @@ namespace osu.Game.Screens.Ranking
|
||||
backgroundParallax = new ParallaxContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ParallaxAmount = 0.02f,
|
||||
ParallaxAmount = 0.01f,
|
||||
//Compensate for the Toolbar
|
||||
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
|
||||
//Offset the background to account for the toolbar.
|
||||
|
Loading…
Reference in New Issue
Block a user