Changeset 10289 in orxonox.OLD for branches/playability/src/world_entities/projectiles
- Timestamp:
- Jan 17, 2007, 10:39:50 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/projectiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/spike.cc
r10271 r10289 57 57 this->angle = 0; 58 58 this->rotationSpeed = 130; 59 /*60 this->halo = new Billboard();61 this->halo->setSize(.35, .35);62 this->halo->setTexture("hbolt_halo.png");*/63 59 } 64 60 -
branches/playability/src/world_entities/projectiles/spike.h
r10286 r10289 45 45 float rotationSpeed; 46 46 47 // Billboard* halo;48 49 47 WorldEntity* hitEntity; // FIXME TEMPORARY 50 48 -
branches/playability/src/world_entities/projectiles/spike_ball.h
r10286 r10289 41 41 inline void setVelocity(Vector velocity) { this->velocity = velocity; } 42 42 43 // inline Vector getRotationVector() { return this->rotationVector; }44 // inline float getAngle() { return this->angle; }45 43 46 44 private:
Note: See TracChangeset
for help on using the changeset viewer.