diff options
author | Stijn Buys <ingar@osirion.org> | 2009-01-27 18:54:24 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-01-27 18:54:24 +0000 |
commit | 41d8b5d90656780eb68404439dcc761217db6a34 (patch) | |
tree | eb0b417ea6225ce732e0e183b8d965c3597937af /base | |
parent | 2abe56240f63e8a88994be4a7031c08685b9f1ef (diff) |
removed old menu files
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/menus/game.ini | 26 | ||||
-rw-r--r-- | base/ini/menus/join.ini | 24 | ||||
-rw-r--r-- | base/ini/menus/main.ini | 27 | ||||
-rw-r--r-- | base/ini/menus/options.ini | 40 | ||||
-rw-r--r-- | base/ini/ui.ini | 3 |
5 files changed, 1 insertions, 119 deletions
diff --git a/base/ini/menus/game.ini b/base/ini/menus/game.ini deleted file mode 100644 index bbd2ddc..0000000 --- a/base/ini/menus/game.ini +++ /dev/null @@ -1,26 +0,0 @@ -; -; game.ini -; in-game menu -; - -[menu] -background=banner - -[label] -text=Game Menu - -[button] -text=Return to game -command=menu hide - -[button] -text=Options -command=menu options - -[button] -text=Disconnect -command=disconnect - -[button] -text=Quit -command=quit diff --git a/base/ini/menus/join.ini b/base/ini/menus/join.ini deleted file mode 100644 index e5b52f8..0000000 --- a/base/ini/menus/join.ini +++ /dev/null @@ -1,24 +0,0 @@ -; -; join.ini -; join menu -; - -[menu] -; background bitmap -;background=banner - -[label] -text=Project::OSiRiON - -[button] -text=Join -; note: we use comma as command seperator in .ini files. -command=join, menu hide - -[button] -text=Disconnect -command=disconnect - -[button] -text=Game menu -command=menu game diff --git a/base/ini/menus/main.ini b/base/ini/menus/main.ini deleted file mode 100644 index 8466702..0000000 --- a/base/ini/menus/main.ini +++ /dev/null @@ -1,27 +0,0 @@ -; -; main.ini -; main menu -; - -[menu] -; background bitmap -background=banner - -[label] -text=Main Menu - -[button] -text=Start -command=connect - -[button] -text=Internet -command=connect tremulous.soliter.org - -[button] -text=Options -command=menu options - -[button] -text=Quit -command=quit diff --git a/base/ini/menus/options.ini b/base/ini/menus/options.ini deleted file mode 100644 index 2c4d232..0000000 --- a/base/ini/menus/options.ini +++ /dev/null @@ -1,40 +0,0 @@ -; -; options.ini -; options menu -; - -[menu] -background=banner - -[label] -text=Options - -[button] -text=Toggle fullscreen -command=toggle r_fullscreen -align=left - -[button] -text=Toggle grid -command=toggle r_grid -align=left - -[button] -text=Toggle keypress -command=toggle draw_keypress -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 previous -align=center diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 9e6e5a9..692bb2e 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -18,7 +18,6 @@ foreground=1 1 1 highlight=1 1 .5 ; global text color text=0.75 0.75 0.75 -;text=0.8 0.8 0.6 ; global background color rgba background=0.0 0.0 0.0 0.75 ; global border color rgb @@ -31,7 +30,7 @@ active=0 1 0 debug=0.5 0.5 0.5 [hud] -; mission target +; mission target color mission=1.0 0.5 1.0 [text] |