Inheritance: Microsoft.Xna.Framework.Game
Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     using (FlxGame game = new FlxGame(new EzPlatformer(), 320, 240, 2f))
     {
         game.Run();
     }
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     using (FlxGame game = new FlxGame(new Sandbox1(), 1280, 720, 1f))
     {
         game.Run();
     }
 }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     using (FlxGame game = new FlxGame(new Sandbox1(), 1280, 720, 1f))
     {
         game.Run();
     }
 }