Пример #1
0
 public void DrawScreen(DrawState state)
 {
     //display the 'menu' :-)
     menuText.Draw(state);
 }
Пример #2
0
 public void DrawScreen(DrawState state)
 {
     //display the text
     startText.Draw(state);
 }