mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 13:23:03 +08:00
Start bars invisible
This commit is contained in:
parent
602062f011
commit
63ce5787e7
@ -111,6 +111,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
Origin = Anchor.TopCentre,
|
||||
Width = bar_width,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Alpha = 0,
|
||||
Height = 0.5f,
|
||||
Scale = new Vector2(1, -1),
|
||||
},
|
||||
@ -118,6 +119,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Alpha = 0,
|
||||
Width = bar_width,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Height = 0.5f,
|
||||
|
Loading…
Reference in New Issue
Block a user