Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10264 in orxonox.OLD for branches/data_fix/src/lib


Ignore:
Timestamp:
Jan 17, 2007, 4:46:27 PM (18 years ago)
Author:
bknecht
Message:

fixed the gui elements and the cursor path

Location:
branches/data_fix/src/lib/gui/gl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/lib/gui/gl/glgui_container.cc

    r9869 r10264  
    4343    this->registerObject(this, GLGuiContainer::_objectList);
    4444
    45     this->setBackgroundTexture("gui_container_background.png");
     45    this->setBackgroundTexture("textures/gui/gui_container_background.png");
    4646
    4747  }
  • branches/data_fix/src/lib/gui/gl/glgui_cursor.cc

    r9869 r10264  
    5858
    5959    this->setBackgroundColor(Color(1.0, 1.0, 1.0, 1.0));
    60     this->setBackgroundTexture("cursor.png");
     60    this->setBackgroundTexture("textures/menu/cursor.png");
    6161    this->setSize2D(50, 50);
    6262    this->setAbsCoor2D(100, 100);
  • branches/data_fix/src/lib/gui/gl/glgui_widget.cc

    r9869 r10264  
    127127
    128128    this->setBorderLeft(15);
    129     this->setBackgroundTexture("gui_element_background.png");
     129    this->setBackgroundTexture("textures/gui/gui_element_background.png");
    130130
    131131    this->switchState(_state);
Note: See TracChangeset for help on using the changeset viewer.