Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10638 in orxonox.OLD for trunk/src/defs/orxonox_globals.h


Ignore:
Timestamp:
Apr 19, 2007, 4:06:51 PM (17 years ago)
Author:
snellen
Message:

Merged inputdevice-branch back to trunk: New ScriptTrigger (ActionTrigger) available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/orxonox_globals.h

    r10618 r10638  
    8080#define   CONFIG_NAME_PLAYER_UP            "Up"
    8181#define   CONFIG_NAME_PLAYER_DOWN          "Down"
    82 
     82#define   CONFIG_NAME_PLAYER_STRAFE_LEFT   "StrafeLeft"
     83#define   CONFIG_NAME_PLAYER_STRAFE_RIGHT  "StrafeRight"
     84#define   CONFIG_NAME_PLAYER_JUMP          "Jump"
     85
     86#define   CONFIG_NAME_PLAYER_ACTION        "Action"
    8387#define   CONFIG_NAME_PLAYER_FIRE          "Fire"
     88#define   CONFIG_NAME_PLAYER_FIRE2         "Fire2"
    8489#define   CONFIG_NAME_PLAYER_NEXT_WEAPON   "Next-Weapon"
    8590#define   CONFIG_NAME_PLAYER_PREV_WEAPON   "Previous-Weapon"
Note: See TracChangeset for help on using the changeset viewer.