1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +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
parent 4de5454538
commit 07b7e13633

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(),