Exemple #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     using (NebulaGame game = new NebulaGame())
     {
         game.Run();
     }
 }
Exemple #2
0
 public Asis(Texture2D image, Vector2 position, Vector2 screen, NebulaGame myGame)
     : base(image, position, screen, myGame)
 {
     myPosition = position;
 }