Changeset 12401
- Timestamp:
- May 20, 2019, 3:07:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc
r12400 r12401 28 28 this->setCollisionShapeRadius(2.5); 29 29 this->setDamage(1000); 30 orxoblox_->count(); 31 //setEffect("Orxonox/sparks2"); 30 //setEffect("Orxonox/sparks2"); 32 31 } 33 32 … … 145 144 // Set the ball to be exactly at the boundary. 146 145 position.z = this-> fieldHeight_; 147 146 orxoblox_->count(); 147 148 148 suicidal = true; 149 149
Note: See TracChangeset
for help on using the changeset viewer.