From f6fc3d982a13389b2e9937258542828e6a9d54fa Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 9 Jan 2014 04:39:32 -0200 Subject: 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 --- libre/abuse-libre/default.abuserc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 libre/abuse-libre/default.abuserc (limited to 'libre/abuse-libre/default.abuserc') 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 -- cgit v1.2.3-54-g00ecf