Changeset 5090 in orxonox.OLD for trunk/src/util
- Timestamp:
- Aug 21, 2005, 8:50:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5089 r5090 43 43 this->setBufferSize(100); 44 44 this->setBufferDisplaySize(10); 45 this->setAbsCoor2D(2, 400); 46 this->setAbsDir2D(0); 45 47 46 48 this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0); … … 83 85 this->bufferText[i] = TextEngine::getInstance()->createText("fonts/earth.ttf", this->textSize, TEXT_DYNAMIC, 255, 0, 0); 84 86 this->bufferText[i]->setAlignment(TEXT_ALIGN_LEFT); 85 this->bufferText[i]->setRelCoor2D(5, 400 +12*i);87 this->bufferText[i]->setRelCoor2D(5, 12*i); 86 88 this->bufferText[i]->setText(NULL); 87 89 this->bufferText[i]->setParent2D(this);
Note: See TracChangeset
for help on using the changeset viewer.