aboutsummaryrefslogtreecommitdiff
path: root/games/fretsonfire/files
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-30 02:48:27 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-30 02:48:27 +0000
commitedb4caa644bab7109e24f811899e96f5dbc2298b (patch)
tree018c385b0ba0a1243f9118a7287ca14c9c8495fc /games/fretsonfire/files
parent1e6660a9c171611580ea5b70ceddcccf177f52c9 (diff)
downloadports-edb4caa644bab7109e24f811899e96f5dbc2298b.tar.gz
ports-edb4caa644bab7109e24f811899e96f5dbc2298b.zip
Notes
Diffstat (limited to 'games/fretsonfire/files')
-rw-r--r--games/fretsonfire/files/patch-src_GameEngine.py11
-rw-r--r--games/fretsonfire/files/pkg-message.in12
2 files changed, 4 insertions, 19 deletions
diff --git a/games/fretsonfire/files/patch-src_GameEngine.py b/games/fretsonfire/files/patch-src_GameEngine.py
deleted file mode 100644
index 048f437b06e3..000000000000
--- a/games/fretsonfire/files/patch-src_GameEngine.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/GameEngine.py Sat Apr 7 03:11:34 2007
-+++ src/GameEngine.py Fri Apr 20 14:43:01 2007
-@@ -52,7 +52,7 @@
- Config.define("game", "uploadurl", str, "http://kempele.fi/~skyostil/python/fretsonfire/upload")
- Config.define("game", "leftymode", bool, False, text = _("Lefty mode"), options = {False: _("No"), True: _("Yes")})
- Config.define("game", "tapping", bool, True, text = _("Tappable notes"), options = {False: _("No"), True: _("Yes")})
--Config.define("video", "fullscreen", bool, True, text = _("Fullscreen Mode"), options = {False: _("No"), True: _("Yes")})
-+Config.define("video", "fullscreen", bool, False, text = _("Fullscreen Mode"), options = {False: _("No"), True: _("Yes")})
- Config.define("video", "multisamples", int, 4, text = _("Antialiasing Quality"), options = {0: _("None"), 2: _("2x"), 4: _("4x"), 6: _("6x"), 8: _("8x")})
- Config.define("video", "resolution", str, "640x480")
- Config.define("video", "fps", int, 80, text = _("Frames per Second"), options = dict([(n, n) for n in range(1, 120)]))
diff --git a/games/fretsonfire/files/pkg-message.in b/games/fretsonfire/files/pkg-message.in
index dc286ea0371a..ff932b76096e 100644
--- a/games/fretsonfire/files/pkg-message.in
+++ b/games/fretsonfire/files/pkg-message.in
@@ -2,21 +2,17 @@
The Frets On Fire was installed
-1) Don't try execute FretsOnFire on fullscreen mode, because the FretsOnFire
- generate a core dump (a py-game bug). Always execute FretsOnFire on window
- mode.
-
-2) You can read the documentation about FretsOnFire at:
+1) You can read the documentation about FretsOnFire at:
%%DOCSDIR%%
-3) The default resolution of FretsOnFire is 640x480x16 on window mode, but you
+2) The default resolution of FretsOnFire is 640x480x16 on window mode, but you
can to change it.
-4) Run The Frets On Fire using:
+3) Run The Frets On Fire using:
# FretsOnFire
-5) Enjoy it ;)
+4) Enjoy it ;)
###############################################################################