mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-07-15 13:34:35 +00:00
v22002: No patch notes.
This commit is contained in:
parent
adad8c0787
commit
63560d110c
110 changed files with 5518 additions and 2403 deletions
|
|
@ -98,4 +98,10 @@ moveMap.bind(mouse0, "yaxis", pitch);
|
|||
moveMap.bind(mouse0, "button0", mouseFire);
|
||||
moveMap.bind(mouse0, "button1", mouseJet);
|
||||
moveMap.bind(mouse0, "zaxis", cycleWeaponAxis);
|
||||
GlobalActionMap.bind(keyboard, "grave", toggleConsole);
|
||||
observerMap.delete();
|
||||
new ActionMap(observerMap);
|
||||
observerMap.bind(keyboard, "space", jump);
|
||||
observerMap.bind(keyboard, "e", moveup);
|
||||
observerMap.bind(keyboard, "c", movedown);
|
||||
observerMap.bind(mouse0, "button1", mouseJet);
|
||||
GlobalActionMap.bind(keyboard, "grave", toggleConsole);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue