Changeset 3775 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities
- Timestamp:
- Apr 11, 2005, 4:16:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.cc
r3774 r3775 351 351 trackManager->condition(2, LEFTRIGHT, this->localPlayer); 352 352 this->glmis->step(); 353 this->testText = TextEngine::getInstance()->createText("fonts/earth.ttf"); 354 testText->setText("test"); 353 354 this->testText = TextEngine::getInstance()->createText("fonts/earth.ttf", 30, TEXT_DYNAMIC, 10, 100, 0); 355 testText->setText("ORXONOX 123"); 355 356 testText->setBindNode(tn); 356 357
Note: See TracChangeset
for help on using the changeset viewer.