Changeset 5395 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 17, 2005, 10:14:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5357 r5395 131 131 } 132 132 133 #include "glgui_pushbutton.h" 134 133 135 /** 134 136 * initializes a Player … … 145 147 acceleration = 10.0; 146 148 149 GLGuiButton* button = new GLGuiPushButton(); 150 button->show(); 151 button->setLabel("test"); 152 // button->setBindNode(this); 153 button->setRelCoor2D(500, 20); 147 154 148 155 this->weaponMan = new WeaponManager(this);
Note: See TracChangeset
for help on using the changeset viewer.