- Timestamp:
- Jan 30, 2007, 8:23:25 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc
r10421 r10514 64 64 this->_image->setWidgetSize(30,30); 65 65 this->_image->setForegroundColor(Color(1,1,1,0.6)); 66 this->_image->setBackgroundTexture(Texture()); 66 67 this->_image->setBackgroundColor(Color(1,1,1,0)); 67 this->_image->setBackgroundTexture(Texture());68 68 this->_image->loadImageFromFile("textures/evil-flower.png"); 69 69 //this->_image.setRelCoor2D(borderLeft(), borderTop() + this->_bar.getSizeX2D()); -
branches/playability/src/world_entities/elements/glgui_radar.cc
r10368 r10514 41 41 { 42 42 this->setBackgroundTexture("textures/gui/gui_radar.png"); 43 this->setBackgroundColor(Color(1.0,1.0,1.0,0.5)); 43 44 44 45 this->_updateInterval = .01f;
Note: See TracChangeset
for help on using the changeset viewer.