Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 4:32:19 PM (6 years ago)
Author:
jeromela
Message:

minor changes

File:
1 edited

Legend:

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

    r12335 r12336  
    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, 50);
     145            this->ball_->setPosition(0, 0, 40);
    146146            this->ball_->setFieldDimension(this->center_->getFieldDimension());
    147147            this->ball_->setSpeed(0);
     
    202202        }
    203203    }
     204
    204205
    205206    OrxoBloxShip* OrxoBlox::getPlayer()
Note: See TracChangeset for help on using the changeset viewer.