diff options
author | Stijn Buys <ingar@osirion.org> | 2016-07-23 19:22:05 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-07-23 19:22:05 +0200 |
commit | 660b844dfdc1caef161afb3f5bb721b94b4de598 (patch) | |
tree | 31318e2181937e1e0f16d677bd79a92a201f7219 /base | |
parent | b45fc0111d562ddae95a540e6e8d36604d519bee (diff) |
Added player settings menu.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/menu.ini | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/base/ini/menu.ini b/base/ini/menu.ini index 25559f1..57244de 100644 --- a/base/ini/menu.ini +++ b/base/ini/menu.ini @@ -102,7 +102,7 @@ text=Main menu command=menu game ; -; options menu +; settings menu ; ------------------------------------------------------------------ [menu] @@ -112,9 +112,12 @@ label=settings text=Settings [button] -text=Controls +text=Player Settings +command=menu player + +[button] +text=Input Controls command=menu controls -align=left [button] text=Toggle fullscreen |