diff options
author | Stijn Buys <ingar@osirion.org> | 2016-07-29 22:27:05 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-07-29 22:27:05 +0200 |
commit | c30cdedc5d935df010c0c7f30964682759769104 (patch) | |
tree | 74f4669a2b00d359540e38281a01c5821b8f51f6 | |
parent | 660b844dfdc1caef161afb3f5bb721b94b4de598 (diff) |
Added checkbox images.
-rw-r--r-- | base/bitmaps/ui/checkbox_off.png | bin | 0 -> 1536 bytes | |||
-rw-r--r-- | base/bitmaps/ui/checkbox_on.png | bin | 0 -> 2284 bytes | |||
-rw-r--r-- | base/ini/menu.ini | 33 |
3 files changed, 8 insertions, 25 deletions
diff --git a/base/bitmaps/ui/checkbox_off.png b/base/bitmaps/ui/checkbox_off.png Binary files differnew file mode 100644 index 0000000..83159b9 --- /dev/null +++ b/base/bitmaps/ui/checkbox_off.png diff --git a/base/bitmaps/ui/checkbox_on.png b/base/bitmaps/ui/checkbox_on.png Binary files differnew file mode 100644 index 0000000..2808244 --- /dev/null +++ b/base/bitmaps/ui/checkbox_on.png 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 |