mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +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,
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
Position = new Vector2(0,-20)
|
||||
Origin = Anchor.TopCentre
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user