Changeset 6295 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Dec 26, 2005, 3:01:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6288 r6295 135 135 this->mouseDir = this->getAbsDir(); 136 136 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 // 142 148 //add events to the eventlist 143 149 registerEvent(SDLK_w);
Note: See TracChangeset
for help on using the changeset viewer.