diff options
-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 |