Changeset 12136 for code/branches/wagnis_HS18/src/modules/weapons
- Timestamp:
- Dec 5, 2018, 9:26:18 AM (6 years ago)
- Location:
- code/branches/wagnis_HS18/src/modules/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wagnis_HS18/src/modules/weapons/projectiles/WagnisProjectile.cc
r12129 r12136 50 50 // Create a sphere collision shape and attach it to the projectile. 51 51 collisionShape_ = new SphereCollisionShape(this->getContext()); 52 setCollisionShapeRadius( 2.0f);52 setCollisionShapeRadius(3.0f); 53 53 this->attachCollisionShape(collisionShape_); 54 54 -
code/branches/wagnis_HS18/src/modules/weapons/weaponmodes/WagnisGun.cc
r12129 r12136 51 51 this->reloadTime_ = 0.1f; 52 52 this->damage_ = 0.0f; //default 15 53 this->speed_ = 1000.0f;53 this->speed_ = 800.0f; 54 54 this->delay_ = 0.0f; 55 55 this->setMunitionName("LaserMunition");
Note: See TracChangeset
for help on using the changeset viewer.