Changeset 10233 in orxonox.OLD for branches/playability/src/world_entities/elements
- Timestamp:
- Jan 11, 2007, 11:42:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc
r10230 r10233 54 54 this->_bar.setValue(value); 55 55 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); 57 57 this->_valueText.setText(val.getString()); 58 58 //this->_valueText.setText("asdfas");
Note: See TracChangeset
for help on using the changeset viewer.