Changeset 9092 for code/branches/pCuts/src/modules/tetris/TetrisBrick.cc
- Timestamp:
- Apr 17, 2012, 11:51:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/src/modules/tetris/TetrisBrick.cc
r9087 r9092 49 49 @brief 50 50 Constructor. Registers and initializes the object. 51 @ingroup Tetris 51 52 */ 52 53 TetrisBrick::TetrisBrick(BaseObject* creator): ControllableEntity(creator) … … 71 72 { //Index 0 : single stone, 1 : 4 in a row; 2: 4-Block right shifted; 3: 'T' 4: 4-Block left shifted; 72 73 //Index 5 : 4-Block; 6 : 'L'; 7 : mirrored 'L'; 73 orxout()<< "TetrisBrick::createBrick" << endl;74 74 if(this->shapeIndex_ == 0) 75 75 this->stonesPerBrick_ = 1;
Note: See TracChangeset
for help on using the changeset viewer.