mirror of
https://github.com/ppy/osu
synced 2025-03-04 18:40:24 +00:00
Set text position using Origin property
This commit is contained in:
parent
8cca8861fa
commit
ade925937a
@ -52,8 +52,7 @@ namespace osu.Game
|
|||||||
{
|
{
|
||||||
Text = meterName,
|
Text = meterName,
|
||||||
Anchor = Anchor.BottomCentre,
|
Anchor = Anchor.BottomCentre,
|
||||||
Origin = Anchor.BottomCentre,
|
Origin = Anchor.TopCentre
|
||||||
Position = new Vector2(0,-20)
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user