Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:58 PM (5 years ago)
Author:
pomselj
Message:

BallProjectiles fly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/BallGun.cc

    r12281 r12371  
    3434#include "BallGun.h"
    3535
     36
    3637#include "core/CoreIncludes.h"
    3738#include "core/XMLPort.h"
     
    5960        this->reloadTime_ = 0.25f;
    6061        this->damage_ = 0.0f; //default 15
    61         this->speed_ = 750.0f;
    62         this->delay_ = 0.0f;
     62        this->speed_ = 50;
     63        this->delay_ = 100;
    6364        this->setMunitionName("BallMunition");
    6465        this->mesh_ = "laserbeam.mesh";
Note: See TracChangeset for help on using the changeset viewer.