Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2005, 3:01:14 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new GUI-functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r6288 r6295  
    135135  this->mouseDir = this->getAbsDir();
    136136
    137 //    GLGuiButton* button = new GLGuiPushButton();
    138 //    button->show();
    139 //    button->setLabel("orxonox");
    140 //    button->setBindNode(this);
    141 
     137/*   GLGuiButton* button = new GLGuiPushButton();
     138   button->show();
     139   button->setLabel("orxonox");
     140   button->setBindNode(this);*/
     141//    GLGuiBar* bar = new GLGuiBar();
     142//    bar->show();
     143//    bar->setValue(7.0);
     144//    bar->setMaximum(10);
     145//    bar->setSize2D( 20, 100);
     146//    bar->setAbsCoor2D( 10, 200);
     147//
    142148  //add events to the eventlist
    143149  registerEvent(SDLK_w);
Note: See TracChangeset for help on using the changeset viewer.