diff options
author | acm <acm@FreeBSD.org> | 2009-05-30 10:48:27 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-30 10:48:27 +0800 |
commit | 07a0480ead026c3fe78c6d62de8cf70d642dc814 (patch) | |
tree | db01fccc779c691d95ff06a8839db5b5207376fb /games/fretsonfire/files | |
parent | 7ce7bb53374862a64fa3fd68c78b4f671af71a41 (diff) | |
download | freebsd-ports-gnome-07a0480ead026c3fe78c6d62de8cf70d642dc814.tar.gz freebsd-ports-gnome-07a0480ead026c3fe78c6d62de8cf70d642dc814.tar.zst freebsd-ports-gnome-07a0480ead026c3fe78c6d62de8cf70d642dc814.zip |
- Update to 1.3.110
- Remove obsolete patch file
Diffstat (limited to 'games/fretsonfire/files')
-rw-r--r-- | games/fretsonfire/files/patch-src_GameEngine.py | 11 | ||||
-rw-r--r-- | games/fretsonfire/files/pkg-message.in | 12 |
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 ;) ############################################################################### |