Skip to content

Commit

Permalink
added stuff to a comment (do all beatmaps have 4 difficulties?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Althoumb committed Apr 1, 2018
1 parent cea3364 commit fa4bb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game/BeatmapParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public class BeatmapParser {
public static final String DEFAULT_BEATMAP_FOLDER = "res/beatmaps/";

/**
* Parses an all of the beatmaps out of an osz file
* Parses all of the beatmaps out of an osz file into a linkedlist array where 0
* is easy, 1 is medium, 2 is hard, and 3 is insane
*
* @param oszfilename
* @return
Expand Down

0 comments on commit fa4bb29

Please sign in to comment.