Esempio n. 1
0
 private void BasicDraw()
 {
     FlxS.GraphicsDevice.Clear(Color.CornflowerBlue);
     FlxS.SpriteBatch.Begin(SpriteSortMode.Texture, BlendState.AlphaBlend);
     _flxGame.draw();
     FlxS.SpriteBatch.End();
 }