diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-08 10:59:21 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-08 10:59:21 +0000 |
commit | 7fa4e24f7cf23802e90634f6fa2a1fc558d179c0 (patch) | |
tree | 32d64168fcc4294a8d3e6a41a0d80fd5492d0f6f /base/ini/menus | |
parent | 69e16a90ec268d15b1c173c911d8f87e79fee9fa (diff) |
docking, join menu
Diffstat (limited to 'base/ini/menus')
-rw-r--r-- | base/ini/menus/join.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/base/ini/menus/join.ini b/base/ini/menus/join.ini new file mode 100644 index 0000000..93ba9d1 --- /dev/null +++ b/base/ini/menus/join.ini @@ -0,0 +1,30 @@ +; +; join.ini +; join menu +; + +[menu] +; background bitmap +;background=banner +; width of a menu element +elementwidth=256 +; height of a menu element +elementheight=48 +; margin between menu elements +elementmargin=16 + +[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 |