Changeset 9169 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
- Jul 4, 2006, 8:41:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/rail_projectile.cc
r9167 r9169 39 39 this->setClassID(CL_RAIL_PROJECTILE, "RailProjectile"); 40 40 41 this->loadModel("models/projectiles/ test_projectile.obj", 100);41 this->loadModel("models/projectiles/laser_projectile.obj", 100); 42 42 43 43 this->setMinEnergy(10);
Note: See TracChangeset
for help on using the changeset viewer.