mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:09:54 +08:00
Place health display in front of the score wedge
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user