Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2007, 2:52:30 AM (17 years ago)
Author:
wenners
Message:

some paths changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/elements/glgui_energywidget.cc

    r9406 r10186  
    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.