Changeset 6114 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/weapons/laser.cc
- Timestamp:
- Dec 14, 2005, 5:51:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/weapons/laser.cc
r5994 r6114 45 45 this->energyMin = 1; 46 46 this->energyMax = 10; 47 this->lifeSpan = 1.0;47 this->lifeSpan = 5.0; 48 48 49 49 this->emitter = new ParticleEmitter(Vector(0,1,0), M_2_PI, 100, 5);
Note: See TracChangeset
for help on using the changeset viewer.