Updated DefaultScene.cs

Hopefully now have all the camelCases covered...
This commit is contained in:
foxnne 2019-09-07 20:46:43 -05:00
parent 64673dbf49
commit 4f8a7af367

View File

@ -20,7 +20,7 @@ namespace project_name
var Logo = Content.Load<Texture2D>("nez-logo-black");
CreateEntity("logo")
.SetPosition(Screen.center)
.SetPosition(Screen.Center)
.AddComponent(new Nez.Sprites.Sprite(Logo));
}
}