Author Topic: Fonts not found Tutorial 1  (Read 9043 times)

refuzee

  • Jr. Member
  • **
  • Posts: 4
Fonts not found Tutorial 1
« on: May 08, 2013, 03:37:48 PM »
First of all, thanks for distributing this great engine, looks very cool to us and we will try using it in our project.

Unfortunately when running the first tutorial ModelLoadingStandalone.java we get an IO Exception on

java.io.FileNotFoundException: \fonts\CourrierNew16.fnt (system can not find given path or so...)

there is a declaration on line 140 in the code sayin'

font = new BmfFont(assets, new Stream("/fonts/CourrierNew16.fnt"));

we could not find or identify such a path. could you give any good advice ?
thanks in advance

daniel

jerome_j

  • Administrator
  • *****
  • Posts: 116
    • Bonzai Engine
Re: Fonts not found Tutorial 1
« Reply #1 on: May 15, 2013, 06:04:09 PM »
The fonts are located in the ui theme jar.

If you download to latest dev build, all assets (fonts, models and textures) are now extracted by the tutorial installer (into the src folder).
« Last Edit: May 15, 2013, 06:05:19 PM by jerome_j »