Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4856 in orxonox.OLD for orxonox/trunk/src/util


Ignore:
Timestamp:
Jul 14, 2005, 12:15:38 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: text renders as good as before, but now as Element2D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/track/track_manager.cc

    r4836 r4856  
    381381  // initializing the Text
    382382  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);
    384384  // initializing the Animation for the Text.
    385385  this->textAnimation = new tAnimation<Text>(this->trackText, &Text::setBlending);
Note: See TracChangeset for help on using the changeset viewer.