diff options
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 |