Changeset 4856 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- Jul 14, 2005, 12:15:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.cc
r4836 r4856 381 381 // initializing the Text 382 382 this->trackText = TextEngine::getInstance()->createText("fonts/earth.ttf", 30, TEXT_DYNAMIC, 0, 255, 0); 383 this->trackText->setAlignment( TEXT_ALIGN_SCREEN_CENTER);383 this->trackText->setAlignment(E2D_ALIGN_SCREEN_CENTER); 384 384 // initializing the Animation for the Text. 385 385 this->textAnimation = new tAnimation<Text>(this->trackText, &Text::setBlending);
Note: See TracChangeset
for help on using the changeset viewer.