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>2010-10-25 12:42:33 +0000
committerStijn Buys <ingar@osirion.org>2010-10-25 12:42:33 +0000
commitda321be8e9a124797fb9e38ab57c4b6400fb48bf (patch)
treee711509bc4745805a2d9f9ab87cfbc8792d06cb5 /base/ini/ui.ini
parenta80b2d2f27dc7a22a5dc258d096a4583ce0ca933 (diff)
move particles to base/
Diffstat (limited to 'base/ini/ui.ini')
-rw-r--r--base/ini/ui.ini120
1 files changed, 120 insertions, 0 deletions
diff --git a/base/ini/ui.ini b/base/ini/ui.ini
index 404dc1a..43df516 100644
--- a/base/ini/ui.ini
+++ b/base/ini/ui.ini
@@ -45,3 +45,123 @@ warning=1 1 0
; error text color
error=1 0 0
+;
+; main menu
+; ------------------------------------------------------------------
+
+[menu]
+label=main
+; background bitmap
+background=bitmaps/banner
+
+[label]
+text=Main Menu
+
+[button]
+text=New Game
+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=bitmaps/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=Return
+command=menu previous
+align=center
+
+;
+; game menu
+; ------------------------------------------------------------------
+
+[menu]
+label=game
+background=bitmaps/banner
+
+[label]
+text=Main Menu
+
+[button]
+text=Options
+command=menu options
+
+[button]
+text=Disconnect
+command=disconnect
+
+[button]
+text=Quit
+command=quit
+
+[button]
+text=Return
+command=menu hide
+
+;
+; join menu
+; ------------------------------------------------------------------
+
+[menu]
+label=join
+background=bitmaps/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=Main menu
+command=menu game
+