diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 22:50:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 22:50:37 +0000 |
commit | 6b37ad9efb50c4da2aeee06ff3825fc5e2076ad6 (patch) | |
tree | 4c1159cd9f99d69c03dd2223b3ab739ad2287421 /games/wolf3d/files | |
parent | 3dde356876d369406e14aeb579f4487e5fc3ce13 (diff) |
Notes
Diffstat (limited to 'games/wolf3d/files')
-rw-r--r-- | games/wolf3d/files/wolf3d.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/wolf3d/files/wolf3d.in b/games/wolf3d/files/wolf3d.in new file mode 100644 index 000000000000..a1992422fe11 --- /dev/null +++ b/games/wolf3d/files/wolf3d.in @@ -0,0 +1,18 @@ +#!/bin/sh +# wolf3d - wolf3d-20011028 wrapper script +# +# 2004 Travis Poppe + +echo "Basic options:" +echo "" +echo "-nowait Skips introduction" +echo "-nojoy Disables joystick" +echo "-nomouse Disables mouse" +echo "-x2 Increases screen size by x2" +echo "-x3 Increases screen size by x3" +echo "-fullscreen Enables fullscreen mode" +echo "-demotest Starts wolf3d in demonstration mode" +echo "-version Reports game version" +echo "" +cd %%PREFIX%%/libexec/wolf3d +./sdlwolf3d $* |