1
0
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:
Dean Herbert 2024-01-25 21:59:38 +09:00
parent 2941787f5e
commit 6a338ce555
No known key found for this signature in database

View File

@ -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,
},