Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2005, 4:16:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: now the Resource Manager also checks for special parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3774 r3775  
    351351            trackManager->condition(2, LEFTRIGHT, this->localPlayer);
    352352            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");
    355356            testText->setBindNode(tn);
    356357
Note: See TracChangeset for help on using the changeset viewer.