Enable slider ball tint in default legacy skin

This commit is contained in:
Salman Ahmed
2022-10-20 03:29:18 +03:00
parent 31f499a950
commit eb386d4bd5
3 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,6 @@ namespace osu.Game.Rulesets.Osu.Skinning
{ {
SliderBorderSize, SliderBorderSize,
SliderPathRadius, SliderPathRadius,
AllowSliderBallTint,
CursorCentre, CursorCentre,
CursorExpand, CursorExpand,
CursorRotate, CursorRotate,

View File

@ -46,6 +46,8 @@ namespace osu.Game.Skinning
new Color4(242, 24, 57, 255) new Color4(242, 24, 57, 255)
}; };
Configuration.ConfigDictionary[nameof(SkinConfiguration.LegacySetting.AllowSliderBallTint)] = @"true";
Configuration.LegacyVersion = 2.7m; Configuration.LegacyVersion = 2.7m;
} }
} }

View File

@ -38,7 +38,8 @@ namespace osu.Game.Skinning
HitCirclePrefix, HitCirclePrefix,
HitCircleOverlap, HitCircleOverlap,
AnimationFramerate, AnimationFramerate,
LayeredHitSounds LayeredHitSounds,
AllowSliderBallTint,
} }
public static List<Color4> DefaultComboColours { get; } = new List<Color4> public static List<Color4> DefaultComboColours { get; } = new List<Color4>