mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Adjust spawn ratio up slightly
This commit is contained in:
parent
2941787f5e
commit
6a338ce555
@ -192,7 +192,7 @@ namespace osu.Game.Screens.Menu
|
||||
Origin = Anchor.Centre,
|
||||
Thickness = 0.009f,
|
||||
ScaleAdjust = 3,
|
||||
SpawnRatio = 1.2f,
|
||||
SpawnRatio = 1.4f,
|
||||
Colour = ColourInfo.GradientVertical(Color4Extensions.FromHex(@"ff66ab"), Color4Extensions.FromHex(@"b6346f")),
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user