diff options
author | Stijn Buys <ingar@osirion.org> | 2008-10-10 16:39:21 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-10-10 16:39:21 +0000 |
commit | 9a3d52ce025d44bd253c0d844bb462b95cc68deb (patch) | |
tree | 4c79d0cb8d90073db0af4e8d04c6b9c51fe5e7eb | |
parent | e8729a4b1eeef8cc15b0ef9d20dca24d7395073e (diff) |
updated menu files
-rw-r--r-- | base/ini/menus/main.ini | 2 | ||||
-rw-r--r-- | base/ini/menus/options.ini | 10 | ||||
-rw-r--r-- | base/ini/ui.ini | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/base/ini/menus/main.ini b/base/ini/menus/main.ini index 4057096..9f50707 100644 --- a/base/ini/menus/main.ini +++ b/base/ini/menus/main.ini @@ -25,7 +25,7 @@ text=Internet command=connect soliter.org [button] -text=Options... +text=Options command=menu options [button] diff --git a/base/ini/menus/options.ini b/base/ini/menus/options.ini index 7fe899c..13a9b1b 100644 --- a/base/ini/menus/options.ini +++ b/base/ini/menus/options.ini @@ -10,16 +10,26 @@ background=banner text=Options Menu [button] +text=Toggle fullscreen +command=toggle r_fullscreen +align=left + +[button] text=Toggle grid command=toggle r_grid +align=left [button] text=Toggle stats command=toggle draw_stats +align=left [button] text=Toggle wireframe command=toggle r_wireframe +align=left + [button] text=Back command=menu hide +align=center diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 7ff728a..8282818 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -16,7 +16,7 @@ foreground=1 1 1 highlight=1 1 .5 ; global background color rgba -background=0.5 0.5 0.5 0.5 +background=0.0 0.0 0.0 0.4 ; global border color rgb border=0 0.8 0 0.5 |