Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4083 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui/gui_keys.cc


Ignore:
Timestamp:
May 6, 2005, 2:53:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: now one can only select the data-repos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui_keys.cc

    r4056 r4083  
    6969   this->pKeysBox = new Box('v');
    7070   this->pKeysBox->setGroupName(player);
    71     this->pKeysBox->fill(addKey(UP, "up"));
    72     this->pKeysBox->fill(addKey(DOWN, "down"));
    73     this->pKeysBox->fill(addKey(LEFT, "left"));
    74     this->pKeysBox->fill(addKey(RIGHT, "right"));
    75     this->pKeysBox->fill(addKey(SHOOT, "shoot"));
     71    this->pKeysBox->fill(addKey(UP, "UP"));
     72    this->pKeysBox->fill(addKey(DOWN, "DOWN"));
     73    this->pKeysBox->fill(addKey(LEFT, "LEFT"));
     74    this->pKeysBox->fill(addKey(RIGHT, "RIGHT"));
     75    this->pKeysBox->fill(addKey(SHOOT, "FIRE"));
    7676    delete windowName;
    7777    closeButton = new Button("close");
Note: See TracChangeset for help on using the changeset viewer.