Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 11, 2007, 11:42:43 PM (18 years ago)
Author:
muellmic
Message:

energy bars are now changing its colors, adding hud overlay - very strange coordinate behaviour tough, awaiting fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc

    r10230 r10233  
    5454    this->_bar.setValue(value);
    5555    this->_bar.setForegroundColor(Color::slerpHSVColor(Color::red, Color::green, value/this->_bar.maximum()));
    56     this->_bar.setFrontColor(Color(1,1,1,1), true);
     56    //this->_bar.setFrontColor(Color(1,1,1,1), true);
    5757    this->_valueText.setText(val.getString());
    5858    //this->_valueText.setText("asdfas");
Note: See TracChangeset for help on using the changeset viewer.