Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2011, 12:33:06 AM (13 years ago)
Author:
bknecht
Message:

added HUDBoostBar, an additional bar in the HUD to determine available boost. The bar is invisible when we have permanent boost.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hudimprovements/src/orxonox/worldentities/pawns/SpaceShip.h

    r7801 r7920  
    7474                { return this->bBoost_; }
    7575
     76            inline float getBoostPower()
     77                { return this->boostPower_; }
     78            inline float getInitialBoostPower()
     79                { return this->initialBoostPower_; }
     80
    7681            inline void setEngineTemplate(const std::string& temp)
    7782                { this->enginetemplate_ = temp; this->loadEngineTemplate(); }
     
    108113
    109114            void loadEngineTemplate();
    110            
     115
    111116            void boostCooledDown(void);
    112117
Note: See TracChangeset for help on using the changeset viewer.