- Timestamp:
- Jul 1, 2006, 4:25:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_energywidget.cc
r8984 r8985 71 71 this->_bar.setValue(value); 72 72 this->_bar.setForegroundColor(Color(1 - (value / this->_bar.getMaximum()), value / this->_bar.getMaximum(),0,1)); 73 this->_bar.setFrontColor(Color(1,1,1,1), true); 73 74 this->_valueText.setText(val.getString()); 74 75 }
Note: See TracChangeset
for help on using the changeset viewer.