Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 11, 2007, 11:42:43 PM (17 years ago)
Author:
muellmic
Message:

energy bars are now changing its colors, adding hud overlay - very strange coordinate behaviour tough, awaiting fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10230 r10233  
    424424  this->secWeaponMan.showCrosshair();
    425425  this->toList( OM_GROUP_01 );
     426  State::getPlayer()->hud().setOverlayActive(true);
    426427  //dynamic_cast <OrxGui::GLGuiEnergyWidgetVertical*> (State::getPlayer()->hud().getArmorWidget())->setDisplayedName("Armor");
    427428  //dynamic_cast<Element2D*>(this->secWeaponMan.getFixedTarget())->setVisibility( true);
     
    434435  this->secWeaponMan.hideCrosshair();
    435436  this->toList( OM_GROUP_00);
     437  State::getPlayer()->hud().setOverlayActive(false);
    436438  //dynamic_cast<Element2D*>(this->secWeaponMan.getFixedTarget())->setVisibility( false);
    437439  //this->detachCamera();
Note: See TracChangeset for help on using the changeset viewer.