mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
Update DefaultScene.cs
This commit is contained in:
parent
362c1a55c4
commit
36e227542a
@ -15,11 +15,6 @@ namespace project_name
|
||||
.SetPosition(new Vector2(150, 150))
|
||||
.AddComponent<DemoComponent>()
|
||||
.AddComponent(new PrototypeSpriteRenderer(20, 20));
|
||||
|
||||
var logo = Content.Load<Texture2D>("nez-logo-black");
|
||||
CreateEntity("logo")
|
||||
.SetPosition(Screen.Center)
|
||||
.AddComponent(new SpriteRenderer(logo));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user