Update README.md to include project description, developer documentation links, and license information.
CI / build-test (push) Successful in 1m6s
CI / build-test (push) Successful in 1m6s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using MrGameEng.Core;
|
||||
using MrGameEng.Sample.Scenes;
|
||||
|
||||
using var host = new GameHost(
|
||||
new GameHostOptions
|
||||
{
|
||||
Title = "MrGameEng Sample",
|
||||
Width = 1280,
|
||||
Height = 720,
|
||||
ClearColor = new Color(24, 26, 32),
|
||||
},
|
||||
new MainScene());
|
||||
|
||||
host.Run();
|
||||
Reference in New Issue
Block a user