Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 3, 2006, 12:04:51 AM (18 years ago)
Author:
bensch
Message:

trunk: UP is FORWARD, DOWN is BACKWARD

File:
1 edited

Legend:

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

    r5978 r6997  
    115115
    116116        pKeysBox->setGroupName(player);
    117         pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_UP, "w"));
    118         pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_DOWN, "s"));
     117        pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_FORWARD, "w"));
     118        pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_BACKWARD, "s"));
    119119        pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_LEFT, "a"));
    120120        pKeysBox->fill(addKey(CONFIG_NAME_PLAYER_RIGHT, "d"));
Note: See TracChangeset for help on using the changeset viewer.