Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5395 in orxonox.OLD for trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Oct 17, 2005, 10:14:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: first element of the GLGui is visible… there is a long way to go…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r5357 r5395  
    131131}
    132132
     133#include "glgui_pushbutton.h"
     134
    133135/**
    134136 * initializes a Player
     
    145147  acceleration = 10.0;
    146148
     149  GLGuiButton* button = new GLGuiPushButton();
     150  button->show();
     151  button->setLabel("test");
     152//  button->setBindNode(this);
     153  button->setRelCoor2D(500, 20);
    147154
    148155  this->weaponMan = new WeaponManager(this);
Note: See TracChangeset for help on using the changeset viewer.