Changeset 10233 in orxonox.OLD for branches/playability/src/world_entities
- Timestamp:
- Jan 11, 2007, 11:42:43 PM (18 years ago)
- Location:
- branches/playability/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc
r10230 r10233 54 54 this->_bar.setValue(value); 55 55 this->_bar.setForegroundColor(Color::slerpHSVColor(Color::red, Color::green, value/this->_bar.maximum())); 56 this->_bar.setFrontColor(Color(1,1,1,1), true);56 //this->_bar.setFrontColor(Color(1,1,1,1), true); 57 57 this->_valueText.setText(val.getString()); 58 58 //this->_valueText.setText("asdfas"); -
branches/playability/src/world_entities/space_ships/space_ship.cc
r10230 r10233 424 424 this->secWeaponMan.showCrosshair(); 425 425 this->toList( OM_GROUP_01 ); 426 State::getPlayer()->hud().setOverlayActive(true); 426 427 //dynamic_cast <OrxGui::GLGuiEnergyWidgetVertical*> (State::getPlayer()->hud().getArmorWidget())->setDisplayedName("Armor"); 427 428 //dynamic_cast<Element2D*>(this->secWeaponMan.getFixedTarget())->setVisibility( true); … … 434 435 this->secWeaponMan.hideCrosshair(); 435 436 this->toList( OM_GROUP_00); 437 State::getPlayer()->hud().setOverlayActive(false); 436 438 //dynamic_cast<Element2D*>(this->secWeaponMan.getFixedTarget())->setVisibility( false); 437 439 //this->detachCamera();
Note: See TracChangeset
for help on using the changeset viewer.