diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-10 03:44:36 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-10 03:44:36 +0000 |
commit | fe548131c28daad221e6789ddb8e99e54cc155a5 (patch) | |
tree | 82ecaa7a1ad69b2fec94f99692b42bbf317a7226 /libre/abuse-libre/default.abuserc | |
parent | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (diff) |
Fri Jan 10 03:40:47 UTC 2014
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 |