The font is no longer included with JME, so we'll stick it here.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3562 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-05-17 22:45:43 +00:00
parent 9213b23ce1
commit 5c48cd2a1f
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

@@ -79,5 +79,5 @@ public class StatsDisplay extends Node
protected StringBuffer _temp = new StringBuffer();
protected static final String DEFAULT_JME_FONT =
"com/jme/app/defaultfont.tga";
"rsrc/media/jme/defaultfont.tga";
}