Did a wupsi with defaults

This commit is contained in:
Michel Fedde 2021-05-02 14:58:50 +02:00
parent 17e76a9dd4
commit a29a2cab53
2 changed files with 2 additions and 3 deletions

View file

@ -59,7 +59,6 @@ namespace SM_TEST
DrawText test = new DrawText(font, "Level Completed")
{
Material = uvMaterial,
Origin = TextOrigin.Right
};
test.Transform.Position.Set(0, 2);
test.Transform.Size.Set(.5f);