1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:52:54 +08:00

Move hit circle font from osu! ruleset

This commit is contained in:
Salman Ahmed 2021-03-07 02:16:10 +03:00
parent 9b5e35565b
commit 115c186cb7
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,6 @@ namespace osu.Game.Rulesets.Osu.Skinning
{ {
public enum OsuSkinConfiguration public enum OsuSkinConfiguration
{ {
HitCirclePrefix,
HitCircleOverlap,
SliderBorderSize, SliderBorderSize,
SliderPathRadius, SliderPathRadius,
AllowSliderBallTint, AllowSliderBallTint,

View File

@ -19,6 +19,8 @@ namespace osu.Game.Skinning
ComboOverlap, ComboOverlap,
ScorePrefix, ScorePrefix,
ScoreOverlap, ScoreOverlap,
HitCirclePrefix,
HitCircleOverlap,
AnimationFramerate, AnimationFramerate,
LayeredHitSounds LayeredHitSounds
} }