Changeset 9989 in orxonox.OLD for branches/playability/src/world_entities/projectiles/hbolt.h
- Timestamp:
- Dec 3, 2006, 5:07:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/hbolt.h
r9979 r9989 31 31 32 32 virtual void tick (float dt); 33 virtual void draw () 33 virtual void draw (); //const; 34 34 35 virtual void updateAngle(); 36 inline float getAngle() { return this->angle; }; 35 37 36 38 private: … … 41 43 ParticleEmitter* emitter; 42 44 45 float angle; 46 float rotationSpeed; 43 47 44 48 WorldEntity* hitEntity; // FIXME TEMPORARY
Note: See TracChangeset
for help on using the changeset viewer.