1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-19 00:22:57 +08:00

Change the parallax amount

This commit is contained in:
KoziLord 2018-05-15 00:53:31 +02:00
parent ca05fde14c
commit be56d8cb82

View File

@ -159,7 +159,7 @@ namespace osu.Game.Screens.Ranking
backgroundParallax = new ParallaxContainer backgroundParallax = new ParallaxContainer
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ParallaxAmount = 0.02f, ParallaxAmount = 0.01f,
//Compensate for the Toolbar //Compensate for the Toolbar
Scale = new Vector2(1.06f / circle_outer_scale / overscan), Scale = new Vector2(1.06f / circle_outer_scale / overscan),
//Offset the background to account for the toolbar. //Offset the background to account for the toolbar.