mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Enable slider ball tint in default legacy skin
This commit is contained in:
parent
31f499a950
commit
eb386d4bd5
@ -9,7 +9,6 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
||||
{
|
||||
SliderBorderSize,
|
||||
SliderPathRadius,
|
||||
AllowSliderBallTint,
|
||||
CursorCentre,
|
||||
CursorExpand,
|
||||
CursorRotate,
|
||||
|
@ -46,6 +46,8 @@ namespace osu.Game.Skinning
|
||||
new Color4(242, 24, 57, 255)
|
||||
};
|
||||
|
||||
Configuration.ConfigDictionary[nameof(SkinConfiguration.LegacySetting.AllowSliderBallTint)] = @"true";
|
||||
|
||||
Configuration.LegacyVersion = 2.7m;
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,8 @@ namespace osu.Game.Skinning
|
||||
HitCirclePrefix,
|
||||
HitCircleOverlap,
|
||||
AnimationFramerate,
|
||||
LayeredHitSounds
|
||||
LayeredHitSounds,
|
||||
AllowSliderBallTint,
|
||||
}
|
||||
|
||||
public static List<Color4> DefaultComboColours { get; } = new List<Color4>
|
||||
|
Loading…
Reference in New Issue
Block a user