mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
Make special key slightly wider
This commit is contained in:
parent
e4e4c1b661
commit
6d14ccb8e0
@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
||||
|
||||
case LegacyManiaSkinConfigurationLookups.ColumnWidth:
|
||||
return SkinUtils.As<TValue>(new Bindable<float>(
|
||||
stage.IsSpecialColumn(column) ? 80 : 60
|
||||
stage.IsSpecialColumn(column) ? 120 : 60
|
||||
));
|
||||
|
||||
case LegacyManiaSkinConfigurationLookups.ColumnBackgroundColour:
|
||||
|
Loading…
Reference in New Issue
Block a user