mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
Updated DefaultScene.cs
Hopefully now have all the camelCases covered...
This commit is contained in:
parent
64673dbf49
commit
4f8a7af367
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user