Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/ini/menus/game.ini26
-rw-r--r--base/sounds/ui/select.wavbin0 -> 6316 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/base/ini/menus/game.ini b/base/ini/menus/game.ini
new file mode 100644
index 0000000..bbd2ddc
--- /dev/null
+++ b/base/ini/menus/game.ini
@@ -0,0 +1,26 @@
+;
+; game.ini
+; in-game menu
+;
+
+[menu]
+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
diff --git a/base/sounds/ui/select.wav b/base/sounds/ui/select.wav
new file mode 100644
index 0000000..0ef2a94
--- /dev/null
+++ b/base/sounds/ui/select.wav
Binary files differ