Ejemplo n.º 1
0
 base.Draw(spriteBatch, gameTime);
Ejemplo n.º 2
0
 protected override void LoadContent()
 {
     spriteBatch  = new spriteBatch(GraphicsDevice);
     EarthTexture = this.Content.Load <Texture2D>("Earth");
 }