Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7330 in orxonox.OLD for trunk/src/lib/shell/shell.cc


Ignore:
Timestamp:
Apr 18, 2006, 2:54:34 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Sorting in ShellCommand

File:
1 edited

Legend:

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

    r7316 r7330  
    7878  // INPUT LINE
    7979  this->shellInput = new ShellInput;
     80  this->shellInput->setLayer(E2D_LAYER_ABOVE_ALL);
    8081
    8182  this->backgroundMaterial = new Material;
    8283  // Element2D and generals
    8384  this->setAbsCoor2D(3, -400);
     85  this->setLayer(E2D_LAYER_ABOVE_ALL);
    8486  this->textSize = 20;
    8587  this->lineSpacing = 0;
     
    311313  {
    312314    bufferText[i] = new Text(this->fontFile, this->textSize);
     315    bufferText[i]->setLayer(E2D_LAYER_ABOVE_ALL);
    313316    bufferText[i]->setAlignment(TEXT_ALIGN_LEFT);
    314317    bufferText[i]->setParent2D(this);
Note: See TracChangeset for help on using the changeset viewer.