Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base/ini
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-07 17:13:48 +0000
committerStijn Buys <ingar@osirion.org>2008-10-07 17:13:48 +0000
commit06487a1c380489d32d3dc46039fcf84a681b7aed (patch)
tree443c17bdeacec3f046b62a9e1b6ceebecbce5bec /base/ini
parent916c0e7e8c1293237f28a4639a8bc5e7d78858e7 (diff)
updated menu files
Diffstat (limited to 'base/ini')
-rw-r--r--base/ini/menus/main.ini11
-rw-r--r--base/ini/menus/options.ini15
-rw-r--r--base/ini/ui.ini7
3 files changed, 30 insertions, 3 deletions
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