Changeset 9978 in orxonox.OLD for branches/playability/src/world_entities/weapons/light_blaster.cc
- Timestamp:
- Nov 29, 2006, 9:42:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/light_blaster.cc
r9975 r9978 65 65 66 66 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT); 67 this->setProjectileTypeC("RailProjectile"); // FIXME temp project type until the blaste class exist 67 //this->setProjectileTypeC("RailProjectile"); // FIXME temp project type until the blaste class exist 68 this->setProjectileTypeC("Bolt"); // Working; FIXME: add textures 68 69 this->prepareProjectiles(100); 69 70
Note: See TracChangeset
for help on using the changeset viewer.