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