Changeset 7330 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Apr 18, 2006, 2:54:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.cc
r7316 r7330 78 78 // INPUT LINE 79 79 this->shellInput = new ShellInput; 80 this->shellInput->setLayer(E2D_LAYER_ABOVE_ALL); 80 81 81 82 this->backgroundMaterial = new Material; 82 83 // Element2D and generals 83 84 this->setAbsCoor2D(3, -400); 85 this->setLayer(E2D_LAYER_ABOVE_ALL); 84 86 this->textSize = 20; 85 87 this->lineSpacing = 0; … … 311 313 { 312 314 bufferText[i] = new Text(this->fontFile, this->textSize); 315 bufferText[i]->setLayer(E2D_LAYER_ABOVE_ALL); 313 316 bufferText[i]->setAlignment(TEXT_ALIGN_LEFT); 314 317 bufferText[i]->setParent2D(this);
Note: See TracChangeset
for help on using the changeset viewer.