Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2006, 3:35:25 PM (17 years ago)
Author:
marcscha
Message:

mBolt related

File:
1 edited

Legend:

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

    r9999 r10042  
    88
    99#include "projectile.h"
     10#include "material.h"
    1011
    1112class Vector;
     
    3637  private:
    3738    static FastFactory*               fastFactory;
    38 
     39    static SpriteParticles*           trailParticles;
    3940    static SpriteParticles*           explosionParticles;
    4041
     42    float                             angle;
     43    static const float                rotationSpeed = 540;
     44
    4145    ParticleEmitter*                  emitter;
     46
     47    Material*                         mat;
    4248
    4349
Note: See TracChangeset for help on using the changeset viewer.