Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5090 in orxonox.OLD for trunk/src/util/shell.cc


Ignore:
Timestamp:
Aug 21, 2005, 8:50:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: math should be easy…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5089 r5090  
    4343  this->setBufferSize(100);
    4444  this->setBufferDisplaySize(10);
     45  this->setAbsCoor2D(2, 400);
     46  this->setAbsDir2D(0);
    4547
    4648  this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0);
     
    8385    this->bufferText[i] = TextEngine::getInstance()->createText("fonts/earth.ttf", this->textSize, TEXT_DYNAMIC, 255, 0, 0);
    8486    this->bufferText[i]->setAlignment(TEXT_ALIGN_LEFT);
    85     this->bufferText[i]->setRelCoor2D(5, 400 + 12*i);
     87    this->bufferText[i]->setRelCoor2D(5, 12*i);
    8688    this->bufferText[i]->setText(NULL);
    8789    this->bufferText[i]->setParent2D(this);
Note: See TracChangeset for help on using the changeset viewer.