Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 5:07:55 PM (19 years ago)
Author:
nicolasc
Message:

loads of tests, not really working

File:
1 edited

Legend:

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

    r9979 r9989  
    3131
    3232    virtual void tick (float dt);
    33     virtual void draw () const;
     33    virtual void draw (); //const;
    3434
     35    virtual void updateAngle();
     36    inline float getAngle() { return this->angle; };
    3537
    3638  private:
     
    4143    ParticleEmitter*                  emitter;
    4244
     45    float                             angle;
     46    float                             rotationSpeed;
    4347
    4448    WorldEntity* hitEntity; // FIXME TEMPORARY
Note: See TracChangeset for help on using the changeset viewer.