Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 4:17:14 PM (5 years ago)
Author:
ahuwyler
Message:

Random Walls are created

File:
1 edited

Legend:

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

    r12332 r12335  
    224224
    225225    void OrxoBlox::createWall(void){
    226         orxout() <<"Hello idiot1"<< endl;
    227 
    228226        this->futureWall_ = new OrxoBloxWall(this->center_->getContext());
    229227        // Apply the stone template to the stone.
     
    234232       
    235233       
    236         this->futureWall_->setPosition(10, 10, 0.0f);
     234        this->futureWall_->setPosition(0, 0, 0.0f);
    237235        this->futureWall_->setGame(this);
    238236    }
Note: See TracChangeset for help on using the changeset viewer.