Added "Kochi Gothic" font.

- Provides cross-platform CJK support. (follow-up to 904a54d)

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2014-08-25 12:47:10 -04:00
parent 904a54df26
commit 51b50843e5
3 changed files with 42 additions and 37 deletions

View File

@@ -78,6 +78,11 @@ public class Options extends BasicGameState {
"Songs/"
};
/**
* Font file name.
*/
public static final String FONT_NAME = "kochi-gothic.ttf";
/**
* The beatmap directory.
*/