mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Increase column spacing
This commit is contained in:
parent
f9b4f491a6
commit
12e9686092
@ -73,6 +73,9 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
||||
|
||||
switch (maniaLookup.Lookup)
|
||||
{
|
||||
case LegacyManiaSkinConfigurationLookups.ColumnSpacing:
|
||||
return SkinUtils.As<TValue>(new Bindable<float>(2));
|
||||
|
||||
case LegacyManiaSkinConfigurationLookups.StagePaddingBottom:
|
||||
case LegacyManiaSkinConfigurationLookups.StagePaddingTop:
|
||||
return SkinUtils.As<TValue>(new Bindable<float>(30));
|
||||
|
Loading…
Reference in New Issue
Block a user