1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:51:21 +08:00

Place health display in front of the score wedge

This commit is contained in:
Salman Ahmed
2023-11-08 02:07:24 +03:00
Unverified
parent 4de5454538
commit 07b7e13633
+2 -1
View File
@@ -204,9 +204,10 @@ namespace osu.Game.Skinning
{
Children = new Drawable[]
{
new ArgonHealthDisplay(),
new ArgonScoreWedge(),
new ArgonScoreCounter(),
new ArgonHealthDisplay(),
new ArgonHealthRightLine(),
new ArgonAccuracyCounter(),
new ArgonComboCounter(),
new BarHitErrorMeter(),