Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10516 in orxonox.OLD for trunk/src/world_entities/elements


Ignore:
Timestamp:
Jan 30, 2007, 9:17:21 PM (17 years ago)
Author:
patrick
Message:

merged playability back to trunk

Location:
trunk/src/world_entities/elements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/glgui_energywidgetvertical.cc

    r10421 r10516  
    6464    this->_image->setWidgetSize(30,30);
    6565    this->_image->setForegroundColor(Color(1,1,1,0.6));
     66    this->_image->setBackgroundTexture(Texture());
    6667    this->_image->setBackgroundColor(Color(1,1,1,0));
    67     this->_image->setBackgroundTexture(Texture());
    6868    this->_image->loadImageFromFile("textures/evil-flower.png");
    6969    //this->_image.setRelCoor2D(borderLeft(), borderTop() + this->_bar.getSizeX2D());
  • trunk/src/world_entities/elements/glgui_radar.cc

    r10368 r10516  
    4141  {
    4242    this->setBackgroundTexture("textures/gui/gui_radar.png");
     43    this->setBackgroundColor(Color(1.0,1.0,1.0,0.5));
    4344
    4445    this->_updateInterval = .01f;
Note: See TracChangeset for help on using the changeset viewer.