Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 3:11:07 PM (8 years ago)
Author:
zarron
Message:

fireing Fireballs enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.h

    r11538 r11573  
    4747            virtual  bool collidesAgainst(WorldEntity* otherObject, const btCollisionShape* ownCollisionShape, btManifoldPoint& contactPoint) override;
    4848            void changeClothes(std::string& name);
     49            void spawnFireball();
    4950
    5051            bool dead_;
     
    5556
    5657            //Soooo many declarations
     58            bool fireallowed_;
    5759            bool gotPowerUp_;
    5860            bool moveUpPressed_;
     
    6466            float timeSinceLastFire_;
    6567            float lastSpeed_z;
     68            float firecooldown_;
    6669            SOBCenterpoint* sobcenterpoint;
    6770            float pitch_;
Note: See TracChangeset for help on using the changeset viewer.