Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2015, 7:51:49 PM (9 years ago)
Author:
fvultier
Message:

The weapon system HUD rescales properly if the window size changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/fabienHS15/src/modules/weapons/munitions/LaserMunition.cc

    r10713 r10724  
    4343        RegisterObject(LaserMunition);
    4444
    45         this->maxMunitionPerMagazine_ = 10;
     45        this->maxMunitionPerMagazine_ = 20;
    4646        this->maxMagazines_ = 10;
    4747        this->magazines_ = 10;
     
    5555        this->replenishMunitionAmount_ = 1;
    5656
    57         this->reloadTime_ = 0.8f;
     57        this->reloadTime_ = 0.5f;
    5858    }
    5959}
Note: See TracChangeset for help on using the changeset viewer.