Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2006, 12:21:38 AM (17 years ago)
Author:
muellmic
Message:

trying to adjust interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/world_entity.cc

    r10120 r10139  
    752752  {
    753753    this->healthWidget = new OrxGui::GLGuiEnergyWidgetVertical();
    754     this->healthWidget->setDisplayedName("Electronics");
    755     this->healthWidget->setSize2D(30,400);
    756     this->healthWidget->setAbsCoor2D(100,200);
     754    this->healthWidget->setDisplayedName("Health");
     755    //this->healthWidget->setSize2D(100,20);
     756    //this->healthWidget->setAbsCoor2D(100,200);
    757757
    758758    this->updateHealthWidget();
Note: See TracChangeset for help on using the changeset viewer.