Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (17 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

Location:
trunk/src/world_entities/elements
Files:
3 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);
  • trunk/src/world_entities/elements/glgui_radar.cc

    r9019 r10317  
    4040  void GLGuiRadar::init()
    4141  {
    42     this->setBackgroundTexture("gui_radar.png");
     42    this->setBackgroundTexture("textures/gui/gui_radar.png");
    4343
    4444    this->_updateInterval = .01f;
  • trunk/src/world_entities/elements/image_entity.cc

    r10114 r10317  
    7070  this->setBindNode(this);
    7171  this->material = new Material;
    72   this->setTexture("pictures/error_texture.png");
     72  this->setTexture("textures/error_texture.png");
    7373  this->bBillboarding = false;
    7474}
Note: See TracChangeset for help on using the changeset viewer.