Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12345


Ignore:
Timestamp:
May 9, 2019, 11:18:16 AM (5 years ago)
Author:
ahuwyler
Message:

All normal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12344 r12345  
    212212        level_++;
    213213        this->createWall();
    214         //this->activeWalls_.push_back(this->futureWall_);
    215         //When levelup? wo wird es ausgeloest?
     214        this->activeWalls_.push_back(this->futureWall_);
    216215        //new location of ship
    217216        //new amount of balls
     
    229228        this->center_->attach(this->futureWall_);
    230229       
    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);
    234231        this->futureWall_->setGame(this);
    235232    }
Note: See TracChangeset for help on using the changeset viewer.