Changeset 12345 for code/branches/OrxoBlox_FS19/src
- Timestamp:
- May 9, 2019, 11:18:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12344 r12345 212 212 level_++; 213 213 this->createWall(); 214 //this->activeWalls_.push_back(this->futureWall_); 215 //When levelup? wo wird es ausgeloest? 214 this->activeWalls_.push_back(this->futureWall_); 216 215 //new location of ship 217 216 //new amount of balls … … 229 228 this->center_->attach(this->futureWall_); 230 229 231 float y_=(this->center_->getFieldDimension()).y; 232 //stone->setPosition(size_*i -x_/2 +4.5f, -3.5f, -y_/2 + 6.5f); 233 this->futureWall_->setPosition(0, 0, -y_/2 + 6.5f); 230 this->futureWall_->setPosition(0, 0, 0); 234 231 this->futureWall_->setGame(this); 235 232 }
Note: See TracChangeset
for help on using the changeset viewer.