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>2009-01-26 22:03:27 +0000
committerStijn Buys <ingar@osirion.org>2009-01-26 22:03:27 +0000
commitf806341c55f5e77d5ccf3ebe59f0e7188b04041f (patch)
treeaacb3c3d3a0c4694fdd6e492215e80d7994ba91b /base/ini/menu.ini
parent936532984392596a89fdde27b7557900c220418a (diff)
menus will go here
Diffstat (limited to 'base/ini/menu.ini')
-rw-r--r--base/ini/menu.ini125
1 files changed, 125 insertions, 0 deletions
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
+