1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 02:32:55 +08:00

Change depth of LegacySongProgress to allow "skinning" via health bar background

This commit is contained in:
Dean Herbert 2023-07-19 17:48:19 +09:00
parent e283845b71
commit 61ff3d08d4

View File

@ -397,8 +397,8 @@ namespace osu.Game.Skinning
new LegacyComboCounter(),
new LegacyScoreCounter(),
new LegacyAccuracyCounter(),
new LegacyHealthDisplay(),
new LegacySongProgress(),
new LegacyHealthDisplay(),
new BarHitErrorMeter(),
new DefaultKeyCounterDisplay()
}