Changeset 11938 for code/branches/RacingBots_FS18/src
- Timestamp:
- May 3, 2018, 4:09:37 PM (7 years ago)
- Location:
- code/branches/RacingBots_FS18/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc
r11913 r11938 125 125 { 126 126 engine->setActive(false); 127 engine->addSpeedMultiply(3.5f); 128 } 127 engine->addSpeedMultiply(1.7); 128 129 130 } 131 129 132 130 133 //append spawn positions to bots -
code/branches/RacingBots_FS18/src/orxonox/worldentities/pawns/SpaceShip.cc
r11083 r11938 65 65 this->boostPowerRate_ = 1.0f; 66 66 this->boostRate_ = 5.0f; 67 this->boostCooldownDuration_ = 5.0f;67 this->boostCooldownDuration_ = 10.0f; 68 68 69 69 this->shakeFrequency_ = 15.0f;
Note: See TracChangeset
for help on using the changeset viewer.