Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 9:39:55 AM (5 years ago)
Author:
jeromela
Message:

spielfeldgroesse

File:
1 edited

Legend:

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

    r12337 r12339  
    143143            // Attach the ball to the centerpoint and set the parameters as specified in the centerpoint, the ball is attached to.
    144144            this->center_->attach(this->ball_);
    145             this->ball_->setPosition(0, 0, 40);
     145            //Startposition Ball
     146            this->ball_->setPosition(0, 0, 50);
    146147            this->ball_->setFieldDimension(this->center_->getFieldDimension());
    147148            this->ball_->setSpeed(0);
Note: See TracChangeset for help on using the changeset viewer.