Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 8:20:52 PM (19 years ago)
Author:
bensch
Message:

new rail-proj

Location:
branches/presentation/src/world_entities/projectiles
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/rail_projectile.cc

    r9165 r9167  
    3939  this->setClassID(CL_RAIL_PROJECTILE, "RailProjectile");
    4040
    41   this->loadModel("models/projectiles/rail_projectile.obj");
     41  this->loadModel("models/projectiles/test_projectile.obj", 100);
    4242
    4343  this->setMinEnergy(10);
    4444  this->setHealthMax(10);
    45   this->lifeSpan = 5.0;
     45  this->lifeSpan = .5f;
    4646
    4747  this->emitter = new DotEmitter(100, 5, M_2_PI);
Note: See TracChangeset for help on using the changeset viewer.