- Timestamp:
- May 16, 2019, 1:13:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/BallGun.cc
r12281 r12371 34 34 #include "BallGun.h" 35 35 36 36 37 #include "core/CoreIncludes.h" 37 38 #include "core/XMLPort.h" … … 59 60 this->reloadTime_ = 0.25f; 60 61 this->damage_ = 0.0f; //default 15 61 this->speed_ = 750.0f;62 this->delay_ = 0.0f;62 this->speed_ = 50; 63 this->delay_ = 100; 63 64 this->setMunitionName("BallMunition"); 64 65 this->mesh_ = "laserbeam.mesh";
Note: See TracChangeset
for help on using the changeset viewer.