Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 3:30:57 PM (5 years ago)
Author:
ahuwyler
Message:

Walls are bigger

File:
1 edited

Legend:

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

    r12329 r12331  
    4949#include "OrxoBloxCenterpoint.h"
    5050#include "OrxoBloxBall.h"
    51 #include "OrxoBloxBot.h"//Remove??
     51//#include "OrxoBloxBot.h"//Remove??
    5252#include "OrxoBloxStones.h"
    5353#include "OrxoBloxWall.h"
     
    7272        this->futureWall_ = nullptr;
    7373        this->player_ = nullptr;
    74        
     74        level_ = 0;
    7575
    7676        this->setHUDTemplate("OrxoBloxHUD");
     
    149149            this->ball_->setBatLength(this->center_->getBatLength());
    150150
     151            level_=1;
    151152
    152153            // Create the first Wall.
     
    213214    //void startWall(void);
    214215   
    215 
     216    void OrxoBlox::LevelUp(){
     217        level_++;
     218        //When levelup? wo wird es ausgeloest?
     219        //new location of ship
     220        //new amount of balls
     221        //create balls
     222        //insert new wall
     223    }
    216224
    217225    void OrxoBlox::createWall(void){
Note: See TracChangeset for help on using the changeset viewer.