From 660b844dfdc1caef161afb3f5bb721b94b4de598 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 23 Jul 2016 19:22:05 +0200 Subject: Added player settings menu. --- base/ini/menu.ini | 9 ++++++--- 1 file 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 -- cgit v1.2.3