Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2011, 4:53:43 PM (13 years ago)
Author:
bknecht
Message:

The boost bar is now flashing red when the boost is cooling down. However the solution in OrxonoxOverlay is a bit questionable and could probably be solved less hacky…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hudimprovements/src/orxonox/overlays/OrxonoxOverlay.h

    r7401 r7932  
    159159        const std::string& getBackgroundMaterial() const;
    160160
     161        void setBackgroundTexture(const std::string& texture);
     162        const std::string& getBackgroundTexture() const;
     163
    161164        void setBackgroundAlpha(float alpha);
     165
     166        void setBackgroundColour(ColourValue colour);
    162167
    163168        virtual void changedVisibility();
Note: See TracChangeset for help on using the changeset viewer.