- Timestamp:
- Nov 20, 2017, 3:11:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.h
r11538 r11573 47 47 virtual bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override; 48 48 void changeClothes(std::string& name); 49 void spawnFireball(); 49 50 50 51 bool dead_; … … 55 56 56 57 //Soooo many declarations 58 bool fireallowed_; 57 59 bool gotPowerUp_; 58 60 bool moveUpPressed_; … … 64 66 float timeSinceLastFire_; 65 67 float lastSpeed_z; 68 float firecooldown_; 66 69 SOBCenterpoint* sobcenterpoint; 67 70 float pitch_;
Note: See TracChangeset
for help on using the changeset viewer.