Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 9:42:37 PM (17 years ago)
Author:
nicolasc
Message:

created bolt.[cc,h], copied from laser, used in light blaster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/weapons/light_blaster.cc

    r9975 r9978  
    6565
    6666  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
    6869  this->prepareProjectiles(100);
    6970
Note: See TracChangeset for help on using the changeset viewer.