Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4067 in orxonox.OLD for orxonox/branches/md2_loader/src/lib


Ignore:
Timestamp:
May 5, 2005, 9:16:47 PM (19 years ago)
Author:
patrick
Message:

branches/md2_loader: displaying fonts tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/lib/graphics/graphics_engine.cc

    r4066 r4067  
    279279          sprintf(tmpChar, "fps: %4.0f", this->currentFPS);
    280280          this->geText->setPosition(0, 500);
    281           this->geText->setText(tmpChar);
     281          //this->geText->setText(tmpChar);
    282282          //this->geText->setPosition(0, 420);
    283           //this->geText->setText("TEST");
     283          this->geText->setText("TEST\nTEST2");
    284284        }
    285285}
Note: See TracChangeset for help on using the changeset viewer.