Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-10-19 13:45:28 +0000
committerStijn Buys <ingar@osirion.org>2008-10-19 13:45:28 +0000
commit1e4ec004313976a8085aaec926163d3f03972169 (patch)
tree814178099759c1a6bd0b2193395cea8d5042d1e7 /base/ini/ui.ini
parent7611bfc4c92479e00c744a5c6270ff800cae4b8c (diff)
new palette entries
Diffstat (limited to 'base/ini/ui.ini')
-rw-r--r--base/ini/ui.ini17
1 files changed, 12 insertions, 5 deletions
diff --git a/base/ini/ui.ini b/base/ini/ui.ini
index f5b0d87..c3458bf 100644
--- a/base/ini/ui.ini
+++ b/base/ini/ui.ini
@@ -1,23 +1,30 @@
;
; ui.ini
-; global user interface settings
-; list of menus
+; client user interface configuration
;
[ui]
+; main menu
menu=main
+; options menu
menu=options
+; game menu
menu=game
[colors]
; global foreground color rgb
foreground=1 1 1
-
; global highlight color rgb
highlight=1 1 .5
-
+; global text color
+text=0.75 0.75 0.75
; global background color rgba
background=0.0 0.0 0.0 0.75
-
; global border color rgb
border=0 0.8 0 0.5
+; pointer color
+pointer=0 .75 0
+; active pointer color
+active=0 1 0
+; debug color
+debug=1.0 0.0 1.0 0.75