mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Update comment to make it clear this is a hack
This commit is contained in:
parent
fef6e55b39
commit
c57fecd1fc
@ -205,7 +205,9 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
|
|
||||||
// for now align with the accuracy counter. eventually this will be user customisable.
|
// HACK: for now align with the accuracy counter.
|
||||||
|
// this is done for the sake of hacky legacy skins which extend the health bar to take up the full screen area.
|
||||||
|
// it only works with the default skin due to padding offsetting it *just enough* to coexist.
|
||||||
topRightElements.Y = ToLocalSpace(AccuracyCounter.Drawable.ScreenSpaceDrawQuad.BottomRight).Y;
|
topRightElements.Y = ToLocalSpace(AccuracyCounter.Drawable.ScreenSpaceDrawQuad.BottomRight).Y;
|
||||||
|
|
||||||
bottomRightElements.Y = -Progress.Height;
|
bottomRightElements.Y = -Progress.Height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user