Changeset 5451 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Oct 29, 2005, 4:58:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_bullet.cc
r5449 r5451 46 46 this->energyMax = 10; 47 47 this->remove(); 48 this->lifeSpan = 5;48 this->lifeSpan = 2; 49 49 50 50 this->emitter = new ParticleEmitter(Vector(0,1,0), M_2_PI, 100, 5);
Note: See TracChangeset
for help on using the changeset viewer.