Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2005, 3:57:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: now working with font out of the data-dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3693 r3695  
    203203      testFont = new FontSet();
    204204      testFont->buildFont("../data/pictures/font.tga");
    205       tmpFont = new GLFont("Alpha Sentry.ttf", 20);
     205      tmpFont = new GLFont("../data/fonts/refluxed.ttf", 50);
    206206      this->glmis->step();
    207207
Note: See TracChangeset for help on using the changeset viewer.