Ejemplo n.º 1
0
 /// <summary>
 /// Handles the user input during the top score screen.
 /// </summary>
 /// <remarks></remarks>
 public static void HandleHighScoreInput()
 {
     if (SwinGame.MouseClicked(MouseButton.LeftButton) || SwinGame.KeyTyped(KeyCode.EscapeKey) || SwinGame.KeyTyped(KeyCode.ReturnKey))
         GameController.EndCurrentState();
 }