diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-09 04:39:32 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-09 04:39:32 -0200 |
commit | f6fc3d982a13389b2e9937258542828e6a9d54fa (patch) | |
tree | 438a6527c3331c6682829d739953000f21a1821e /libre/abuse-libre/default.abuserc | |
parent | 15eae1c0628fb12c17af2d78080b0553253fca21 (diff) | |
download | abslibre-f6fc3d982a13389b2e9937258542828e6a9d54fa.tar.gz abslibre-f6fc3d982a13389b2e9937258542828e6a9d54fa.tar.bz2 abslibre-f6fc3d982a13389b2e9937258542828e6a9d54fa.zip |
abuse-libre-0.8-4: updating revision, add mksource and fix syntax on provides, replaces and conflicts lines
* add desktop shortcut and made it X-friendly
* add missing .install file
* fix default settings so they also work if running the game in a virtual installation of Parabola
Diffstat (limited to 'libre/abuse-libre/default.abuserc')
-rw-r--r-- | libre/abuse-libre/default.abuserc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/libre/abuse-libre/default.abuserc b/libre/abuse-libre/default.abuserc new file mode 100644 index 000000000..ff116819f --- /dev/null +++ b/libre/abuse-libre/default.abuserc @@ -0,0 +1,37 @@ +; Abuse-SDL Configuration file + +; Startup fullscreen +fullscreen=0 + +; Use DoubleBuffering +doublebuf=1 + +; Use OpenGL +gl=1 + +; Location of the datafiles +datadir=/usr/share/abuse/orig + +; Use mono audio only +mono=0 + +; Grab the mouse to the window +grabmouse=0 + +; Set the scale factor +scale=2 + +; Use anti-aliasing (with gl=1 only) +antialias=0 + +; Disable the SDL parachute in the case of a crash +nosdlparachute=0 + +; Key mappings +left=a +right=d +up=w +down=s +fire=Space +weapprev=q +weapnext=e |