diff options
author | Stijn Buys <ingar@osirion.org> | 2015-02-08 21:53:02 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-02-08 21:53:02 +0000 |
commit | 31ff9b256c650de0f8b7fa0ab5770a640724ee92 (patch) | |
tree | c203ae8fef3745c3c517df28ca5d3ba595995fb9 /base | |
parent | a89016afc136569404bfbf633667434c8eb23f72 (diff) |
Added support for the key control settings menu.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/menu.ini | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/base/ini/menu.ini b/base/ini/menu.ini index 5d84ff0..e8fd6d6 100644 --- a/base/ini/menu.ini +++ b/base/ini/menu.ini @@ -26,8 +26,8 @@ text=Multiplayer command=connect osirion.org [button] -text=Options -command=menu options +text=Settings +command=menu settings [button] text=Quit @@ -43,10 +43,6 @@ label=game text=Project::OSiRiON [button] -text=Options -command=menu options - -[button] text=Disconnect command=disconnect @@ -59,6 +55,10 @@ text=Save Game command=menu save [button] +text=Settings +command=menu settings + +[button] text=Quit command=quit @@ -102,10 +102,15 @@ command=menu game ; ------------------------------------------------------------------ [menu] -label=options +label=settings [label] -text=Options +text=Settings + +[button] +text=Controls +command=menu controls +align=left [button] text=Toggle fullscreen @@ -133,7 +138,6 @@ command=toggle r_wireframe align=left [button] -text=Return text=Close menu align=center command=menu default |