2020-10-14 15:45:40 +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.Skinning
|
|
|
|
{
|
|
|
|
public enum HUDSkinComponents
|
|
|
|
{
|
2020-10-14 16:51:03 +08:00
|
|
|
ComboCounter,
|
2020-10-15 16:48:50 +08:00
|
|
|
ScoreCounter,
|
2020-10-16 12:42:50 +08:00
|
|
|
AccuracyCounter,
|
2020-10-16 22:17:17 +08:00
|
|
|
HealthDisplay,
|
2021-05-17 17:26:15 +08:00
|
|
|
SongProgress,
|
2021-05-18 14:50:40 +08:00
|
|
|
BarHitErrorMeter,
|
|
|
|
ColourHitErrorMeter,
|
2020-10-14 15:45:40 +08:00
|
|
|
}
|
|
|
|
}
|