Changeset 10230 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Jan 10, 2007, 7:16:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10224 r10230 34 34 35 35 #include "elements/glgui_energywidgetvertical.h" 36 #include "glgui_bar.h" 36 37 37 38 #include "particles/dot_emitter.h" … … 1054 1055 { //create the widget 1055 1056 this->electronicWidget = new OrxGui::GLGuiEnergyWidgetVertical(); 1057 this->electronicWidget->getBarWidget()->setChangedValueColor(Color(1,0,0,1)); 1056 1058 //this->electronicWidget->setDisplayedName("Electronics:"); 1057 1059 //this->electronicWidget->setSize2D(100,20); … … 1073 1075 { 1074 1076 this->shieldWidget = new OrxGui::GLGuiEnergyWidgetVertical(); 1077 this->shieldWidget->getBarWidget()->setChangedValueColor(Color(1,0,0,1)); 1075 1078 //this->shieldWidget->setDisplayedName("Shield:"); 1076 1079 //his->shieldWidget->setSize2D(100,20);
Note: See TracChangeset
for help on using the changeset viewer.