Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2019, 5:13:42 PM (5 years ago)
Author:
cwaupoti
Message:

added working HoverGun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/src/modules/weapons/weaponmodes/LightningGun.cc

    r11108 r12284  
    4848    LightningGun::LightningGun(Context* context) : WeaponMode(context)
    4949    {
     50        orxout() << "DEBUG Fire HoverGun";   
    5051        RegisterObject(LightningGun);
    5152
     
    7071    void LightningGun::fire()
    7172    {
     73
    7274        LightningGunProjectile* projectile = new LightningGunProjectile(this->getContext());
    7375        projectile->setMaterial("Flares/LightningBall_");
Note: See TracChangeset for help on using the changeset viewer.