Example #1
0
 /// <summary>
 /// Once the game loop is exited, show a message to indicate the game
 /// is over.
 /// </summary>
 private static void EndGame()
 {
     RenderInfo.ScreenMessage("GAME OVER!");
 }