Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2006, 3:19:40 PM (17 years ago)
Author:
marcscha
Message:

weapon, collision, particles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/projectiles/mbolt.h

    r10042 r10064  
    1818class MBolt : public Projectile
    1919{
    20   //ObjectListDeclaration(MBolt);
     20  ObjectListDeclaration(MBolt);
    2121  public:
    2222    MBolt ();
     
    4141
    4242    float                             angle;
    43     static const float                rotationSpeed = 540;
     43    static const float                rotationSpeed = 1080;
    4444
    4545    ParticleEmitter*                  emitter;
Note: See TracChangeset for help on using the changeset viewer.