2019-09-03 16:57:34 +08:00
|
|
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
|
|
// See the LICENCE file in the repository root for full licence text.
|
|
|
|
|
|
|
|
namespace osu.Game.Rulesets.Osu.Skinning
|
|
|
|
{
|
|
|
|
public enum OsuSkinConfiguration
|
|
|
|
{
|
2019-09-10 17:06:24 +08:00
|
|
|
HitCirclePrefix,
|
2019-09-03 16:57:34 +08:00
|
|
|
HitCircleOverlap,
|
|
|
|
SliderBorderSize,
|
|
|
|
SliderPathRadius,
|
2019-09-20 05:10:55 +08:00
|
|
|
AllowSliderBallTint,
|
2019-09-03 16:57:34 +08:00
|
|
|
CursorExpand,
|
2019-12-09 08:36:07 +08:00
|
|
|
CursorRotate
|
2019-09-03 16:57:34 +08:00
|
|
|
}
|
|
|
|
}
|