示例#1
0
 private void DrawGameplay()
 {
     //background.Draw(spriteBatch);
     platformHelper.Draw(spriteBatch);
     particleHelper.Draw(spriteBatch);
     player.Draw(spriteBatch);
     lava.Draw(spriteBatch);
     heightDisplay.Draw(spriteBatch);
 }