Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 8:23:25 PM (17 years ago)
Author:
muellmic
Message:

fixed gui transparency. i'm not sure tough, whether the menu is looking how it should but i think in the trunk the default textures have been removed anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc

    r10421 r10514  
    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());
Note: See TracChangeset for help on using the changeset viewer.