Set text position using Origin property

This commit is contained in:
TocoToucan 2016-10-14 09:46:40 +03:00
parent 8cca8861fa
commit ade925937a

View File

@ -52,8 +52,7 @@ namespace osu.Game
{
Text = meterName,
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Position = new Vector2(0,-20)
Origin = Anchor.TopCentre
}
};
}