Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

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

    r9406 r10317  
    3737    this->_valueText.setChangedTextColor(Color::white);
    3838
    39     //this->setBackgroundTexture("maps/gui_element_background_2.png");
     39    //this->setBackgroundTexture("textures/gui/gui_element_background_2.png");
    4040    this->setBackgroundColor(Color(.5,.5,.5,1));
    4141
    4242    //this->_name.setBackgroundTexture(Texture());
    43     //this->_valueText.setBackgroundTexture("maps/gui_element_background_2.png");
     43    //this->_valueText.setBackgroundTexture("textures/gui/gui_element_background_2.png");
    4444    this->_bar.setBackgroundTexture(Texture());
    4545    this->_bar.setBackgroundColor(Color(0,0,0,0));
    46     this->_bar.setForegroundTexture("maps/gui_element_background_faded.png");
     46    this->_bar.setForegroundTexture("textures/gui/gui_element_background_faded.png");
    4747    this->_bar.setForegroundColor(Color(.5, .5, .5, 1));
    4848    this->_bar.setChangedValueColor(Color::black);
Note: See TracChangeset for help on using the changeset viewer.