mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update Health display design.
This commit is contained in:
@ -27,9 +27,9 @@ namespace osu.Game.Modes.UI
|
||||
protected abstract ScoreCounter CreateScoreCounter();
|
||||
protected virtual HealthDisplay CreateHealthDisplay() => new HealthDisplay
|
||||
{
|
||||
Size = new Vector2(0.5f, 20),
|
||||
Size = new Vector2(1, 5),
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Padding = new MarginPadding(5)
|
||||
Margin = new MarginPadding { Top = 20 }
|
||||
};
|
||||
|
||||
public virtual void OnHit(HitObject h)
|
||||
|
Reference in New Issue
Block a user