diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/menu.ini | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/base/ini/menu.ini b/base/ini/menu.ini index 57244de..f017f3a 100644 --- a/base/ini/menu.ini +++ b/base/ini/menu.ini @@ -112,37 +112,20 @@ label=settings text=Settings [button] -text=Player Settings -command=menu player - -[button] -text=Input Controls -command=menu controls - -[button] -text=Toggle fullscreen -command=toggle r_fullscreen -align=left - -[button] -text=Toggle grid -command=toggle r_grid -align=left +text=Graphics +command=menu graphics [button] -text=Toggle keypress -command=toggle draw_keypress -align=left +text=Audio +command=menu audio [button] -text=Toggle stats -command=toggle draw_stats -align=left +text=Player +command=menu player [button] -text=Toggle wireframe -command=toggle r_wireframe -align=left +text=Controls +command=menu controls [button] text=Close menu |