mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
Nez 0.2.x update
This commit is contained in:
parent
b2f5b34653
commit
a58f6aba3b
@ -14,7 +14,7 @@ namespace project_name
|
||||
CreateEntity("demo imgui draw commands")
|
||||
.SetPosition(new Vector2(150, 150))
|
||||
.AddComponent<DemoComponent>()
|
||||
.AddComponent(new PrototypeSprite(20, 20));
|
||||
.AddComponent(new PrototypeSpriteRenderer(20, 20));
|
||||
|
||||
var logo = Content.Load<Texture2D>("nez-logo-black");
|
||||
CreateEntity("logo")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user