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-27 18:54:24 +0000
committerStijn Buys <ingar@osirion.org>2009-01-27 18:54:24 +0000
commit41d8b5d90656780eb68404439dcc761217db6a34 (patch)
treeeb0b417ea6225ce732e0e183b8d965c3597937af /base/ini/menus/options.ini
parent2abe56240f63e8a88994be4a7031c08685b9f1ef (diff)
removed old menu files
Diffstat (limited to 'base/ini/menus/options.ini')
-rw-r--r--base/ini/menus/options.ini40
1 files changed, 0 insertions, 40 deletions
diff --git a/base/ini/menus/options.ini b/base/ini/menus/options.ini
deleted file mode 100644
index 2c4d232..0000000
--- a/base/ini/menus/options.ini
+++ /dev/null
@@ -1,40 +0,0 @@
-;
-; options.ini
-; options menu
-;
-
-[menu]
-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