Changeset 9167 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
- Jul 4, 2006, 8:20:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/laser_cannon.cc
r9159 r9167 72 72 73 73 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL); 74 this->setProjectileType(CL_ LASER);74 this->setProjectileType(CL_RAIL_PROJECTILE); 75 75 this->prepareProjectiles(100); 76 76 this->setEmissionPoint(Vector(2.8,0,0) * 5.0);
Note: See TracChangeset
for help on using the changeset viewer.