Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2018, 4:05:17 PM (6 years ago)
Author:
arismu
Message:

pickups, position of checkpoints are fixed

Location:
code/branches/RacingBots_FS18/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/RacingBots_FS18/src/orxonox/items/Engine.cc

    r11860 r11913  
    6868
    6969        this->speedAdd_ = 0.0f;
    70         this->speedMultiply_ = 3.0f;                       //////////////////////////////////////////
     70        this->speedMultiply_ = 1.0f;                       //////////////////////////////////////////
    7171
    7272        this->setConfigValues();
  • code/branches/RacingBots_FS18/src/orxonox/worldentities/pawns/SpaceShip.h

    r11840 r11913  
    103103            */
    104104            virtual void moveFrontBack(const Vector2& value)
    105                 { this->steering_.z -= (0.8)*value.x; }
     105                { this->steering_.z -= (0.6)*value.x; }
    106106            /**
    107107            @brief Move right or left.
Note: See TracChangeset for help on using the changeset viewer.