Пример #1
0
 base.Draw(spriteBatch, gameTime);
Пример #2
0
 protected override void LoadContent()
 {
     spriteBatch  = new spriteBatch(GraphicsDevice);
     EarthTexture = this.Content.Load <Texture2D>("Earth");
 }