Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/textEngine: little patch, so now 'space' works too

File:
1 edited

Legend:

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

    r3775 r3776  
    352352            this->glmis->step();
    353353
    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");
    356356            testText->setBindNode(tn);
    357357
Note: See TracChangeset for help on using the changeset viewer.