Changeset 5396 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 17, 2005, 10:31:00 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5395 r5396 150 150 button->show(); 151 151 button->setLabel("test"); 152 // button->setBindNode(this); 153 button->setRelCoor2D(500, 20); 152 button->setBindNode(this); 154 153 155 154 this->weaponMan = new WeaponManager(this); -
trunk/src/world_entities/weapons/crosshair.cc
r5378 r5396 67 67 this->setSize(GraphicsEngine::getInstance()->getResolutionX()/10.0); 68 68 69 this->setBindNode(this);69 // this->setBindNode(this); 70 70 this->material = new Material; 71 71
Note: See TracChangeset
for help on using the changeset viewer.