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