From f806341c55f5e77d5ccf3ebe59f0e7188b04041f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 26 Jan 2009 22:03:27 +0000 Subject: menus will go here --- base/ini/menu.ini | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 base/ini/menu.ini (limited to 'base/ini') diff --git a/base/ini/menu.ini b/base/ini/menu.ini new file mode 100644 index 0000000..1daa2da --- /dev/null +++ b/base/ini/menu.ini @@ -0,0 +1,125 @@ +; +; menu.ini +; client menu definitions +; + +; +; main menu +; ------------------------------------------------------------------ + +[menu] +label=main +; 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 + +; +; options menu +; ------------------------------------------------------------------ + +[menu] +label=options +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 + +; +; game menu +; ------------------------------------------------------------------ + +[menu] +label=game +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 + +; +; join menu +; ------------------------------------------------------------------ + +[menu] +label=join +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 + -- cgit v1.2.3