Changeset 3754 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities/world.cc
- Timestamp:
- Apr 8, 2005, 12:01:13 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.cc
r3735 r3754 38 38 #include "command_node.h" 39 39 #include "glmenu_imagescreen.h" 40 #include "fontset.h"41 40 #include "glfont.h" 42 41 #include "list.h" … … 201 200 { 202 201 // initializing Font 203 testFont = new FontSet(); 204 testFont->buildFont("../data/pictures/font.tga"); 205 tmpFont = new GLFont("../data/fonts/dark_crystal.ttf"); 202 tmpFont = new GLFont("../data/fonts/earth.ttf"); 206 203 this->glmis->step(); 207 204 // initializing the TrackManager … … 595 592 skySphere->draw(); 596 593 597 testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION);598 594 tmpFont->draw(); 599 595
Note: See TracChangeset
for help on using the changeset viewer.