Changeset 10317 in orxonox.OLD for trunk/src/world_entities/elements
- Timestamp:
- Jan 24, 2007, 1:30:29 AM (18 years ago)
- Location:
- trunk/src/world_entities/elements
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/elements/glgui_energywidget.cc
r9406 r10317 37 37 this->_valueText.setChangedTextColor(Color::white); 38 38 39 //this->setBackgroundTexture(" maps/gui_element_background_2.png");39 //this->setBackgroundTexture("textures/gui/gui_element_background_2.png"); 40 40 this->setBackgroundColor(Color(.5,.5,.5,1)); 41 41 42 42 //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"); 44 44 this->_bar.setBackgroundTexture(Texture()); 45 45 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"); 47 47 this->_bar.setForegroundColor(Color(.5, .5, .5, 1)); 48 48 this->_bar.setChangedValueColor(Color::black); -
trunk/src/world_entities/elements/glgui_radar.cc
r9019 r10317 40 40 void GLGuiRadar::init() 41 41 { 42 this->setBackgroundTexture(" gui_radar.png");42 this->setBackgroundTexture("textures/gui/gui_radar.png"); 43 43 44 44 this->_updateInterval = .01f; -
trunk/src/world_entities/elements/image_entity.cc
r10114 r10317 70 70 this->setBindNode(this); 71 71 this->material = new Material; 72 this->setTexture(" pictures/error_texture.png");72 this->setTexture("textures/error_texture.png"); 73 73 this->bBillboarding = false; 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.