Changeset 10111 in orxonox.OLD for branches/playability/src/world_entities/elements
- Timestamp:
- Dec 19, 2006, 11:32:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc
r10107 r10111 32 32 33 33 this->_bar.setSize2D(100, 30); 34 this->_name.setRelCoor2D(20,0); 35 this->_valueText.setRelCoor2D(22,0); 36 34 37 this->pack(&this->_name); 35 38 this->pack(&this->_valueText); … … 38 41 this->_name.setForegroundColor(Color(1,1,1,.8)); 39 42 this->_valueText.setChangedTextColor(Color::white); 43 this->_bar.setBackgroundTexture(Texture()); 40 44 41 //this->setBackgroundTexture("maps/gui_element_background_2.png");42 this->setBackgroundColor(Color(.5,.5,.5, 1));45 this->setBackgroundTexture(Texture()); 46 this->setBackgroundColor(Color(.5,.5,.5,0)); 43 47 44 48 //this->_name.setBackgroundTexture(Texture());
Note: See TracChangeset
for help on using the changeset viewer.