Changeset 3754 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities
- Timestamp:
- Apr 8, 2005, 12:01:13 AM (20 years ago)
- Location:
- orxonox/branches/textEngine/src/story_entities
- Files:
-
- 2 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 -
orxonox/branches/textEngine/src/story_entities/world.h
r3693 r3754 21 21 class Skysphere; 22 22 class LightManager; 23 class FontSet;24 23 class GLFont; 25 24 class Terrain; … … 96 95 bool bPause; //!< pause mode 97 96 98 FontSet* testFont; //!< A test Font. \todo fix this, so it is for real.99 97 GLFont* tmpFont; //!< tmpFont \todo fix 100 98 GLMenuImageScreen* glmis; //!< The Level-Loader Display
Note: See TracChangeset
for help on using the changeset viewer.