2020-10-14 16:45:40 +09: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 17:51:03 +09:00
|
|
|
ComboCounter,
|
2020-10-15 17:48:50 +09:00
|
|
|
ScoreCounter,
|
2020-10-16 13:42:50 +09:00
|
|
|
AccuracyCounter,
|
2020-10-16 23:17:17 +09:00
|
|
|
HealthDisplay,
|
2021-05-17 18:26:15 +09:00
|
|
|
SongProgress,
|
2021-05-18 15:50:40 +09:00
|
|
|
BarHitErrorMeter,
|
|
|
|
ColourHitErrorMeter,
|
2020-10-14 16:45:40 +09:00
|
|
|
}
|
|
|
|
}
|