Added the escape pod entry in the joystick configuration menu,
following to the changes introduced in r3808. git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3818 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
2ba5c6d0d3
commit
f2b95b7606
@ -1065,6 +1065,7 @@
|
||||
"stickmapper-view-starboard" = "View Starboard";
|
||||
"stickmapper-prime-equipment" = "Prime Equipment";
|
||||
"stickmapper-activate-equipment" = "Activate Equipment";
|
||||
"stickmapper-escape-pod" = "Escape Pod";
|
||||
|
||||
"music-mode" =
|
||||
(
|
||||
|
@ -487,6 +487,11 @@ MA 02110-1301, USA.
|
||||
allowable: HW_BUTTON
|
||||
axisfn: STICK_NOFUNCTION
|
||||
butfn: BUTTON_PRECISION]];
|
||||
[funcList addObject:
|
||||
[self makeStickGuiDict: DESC(@"stickmapper-escape-pod")
|
||||
allowable: HW_BUTTON
|
||||
axisfn: STICK_NOFUNCTION
|
||||
butfn: BUTTON_ESCAPE]];
|
||||
[funcList addObject:
|
||||
[self makeStickGuiDict: DESC(@"stickmapper-view-forward")
|
||||
allowable: HW_AXIS|HW_BUTTON
|
||||
|
Loading…
x
Reference in New Issue
Block a user