1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 04:24:10 +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
Unverified
parent e283845b71
commit 61ff3d08d4
+1 -1
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()
}