Skip to main content

public Game1()

GraphicsDeviceManager graphics; SpriteBatch spriteBatch; Texture2D logo;

graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content";

protected override void Draw(GameTime gameTime)