Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8977 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jul 1, 2006, 1:17:57 PM (18 years ago)
Author:
bensch
Message:

trunk: gui displayes nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r8974 r8977  
    682682  {
    683683    this->healthWidget = new OrxGui::GLGuiEnergyWidget();
     684    this->healthWidget->setDisplayedName(std::string(this->getClassName()) + " Energy:");
    684685    this->healthWidget->setSize2D(30,400);
    685686    this->healthWidget->setAbsCoor2D(10,100);
Note: See TracChangeset for help on using the changeset viewer.