Minor Javadoc additions/edits.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-09-18 19:20:18 -04:00
parent eb331360b9
commit c58c128ec8
7 changed files with 34 additions and 26 deletions

View File

@@ -50,10 +50,9 @@ import org.newdawn.slick.util.Log;
/**
* "Game Ranking" (score card) state.
* <ul>
* <li>[Retry] - restart game (return to game state)
* <li>[Replay] - watch replay (return to game state)
* <li>[Back] - return to song menu state
* <p>
* Players are able to view their score statistics, retry the beatmap (if applicable),
* or watch a replay of the game from this state.
* </ul>
*/
public class GameRanking extends BasicGameState {