mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08: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