mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Enable slider ball tint in default legacy skin
This commit is contained in:
@ -9,7 +9,6 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
{
|
{
|
||||||
SliderBorderSize,
|
SliderBorderSize,
|
||||||
SliderPathRadius,
|
SliderPathRadius,
|
||||||
AllowSliderBallTint,
|
|
||||||
CursorCentre,
|
CursorCentre,
|
||||||
CursorExpand,
|
CursorExpand,
|
||||||
CursorRotate,
|
CursorRotate,
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user