From 06487a1c380489d32d3dc46039fcf84a681b7aed Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 7 Oct 2008 17:13:48 +0000 Subject: updated menu files --- base/ini/menus/main.ini | 11 +++++++++-- base/ini/menus/options.ini | 15 +++++++++++++++ base/ini/ui.ini | 7 ++++++- 3 files changed, 30 insertions(+), 3 deletions(-) (limited to 'base/ini') diff --git a/base/ini/menus/main.ini b/base/ini/menus/main.ini index 737b223..4057096 100644 --- a/base/ini/menus/main.ini +++ b/base/ini/menus/main.ini @@ -4,7 +4,14 @@ ; [menu] +; background bitmap background=banner +; width of a menu element +elementwidth=256 +; height of a menu element +elementheight=48 +; margin between menu elements +elementmargin=16 [label] text=Main Menu @@ -14,8 +21,8 @@ text=Start command=connect [button] -text=Connect... -command=menu connect +text=Internet +command=connect soliter.org [button] text=Options... diff --git a/base/ini/menus/options.ini b/base/ini/menus/options.ini index b731627..7fe899c 100644 --- a/base/ini/menus/options.ini +++ b/base/ini/menus/options.ini @@ -8,3 +8,18 @@ background=banner [label] text=Options Menu + +[button] +text=Toggle grid +command=toggle r_grid + +[button] +text=Toggle stats +command=toggle draw_stats + +[button] +text=Toggle wireframe +command=toggle r_wireframe +[button] +text=Back +command=menu hide diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 066e665..7ff728a 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -11,7 +11,12 @@ menu=options [colors] ; global foreground color rgb foreground=1 1 1 + +; global highlight color rgb +highlight=1 1 .5 + ; global background color rgba -background=0.8 0.8 0.8 0.5 +background=0.5 0.5 0.5 0.5 + ; global border color rgb border=0 0.8 0 0.5 -- cgit v1.2.3