[arch-commits] Commit in abuse/trunk (PKGBUILD default.abuserc)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Nov 23 19:00:48 UTC 2013


    Date: Saturday, November 23, 2013 @ 20:00:48
  Author: arodseth
Revision: 101370

Fixed default settings so they also work if running the game in a virtual installation of Arch

Modified:
  abuse/trunk/PKGBUILD
  abuse/trunk/default.abuserc

-----------------+
 PKGBUILD        |    4 ++--
 default.abuserc |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-23 17:27:50 UTC (rev 101369)
+++ PKGBUILD	2013-11-23 19:00:48 UTC (rev 101370)
@@ -6,7 +6,7 @@
 
 pkgname=abuse
 pkgver=0.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Side-scroller action game that pits you against ruthless alien killers'
 arch=('x86_64' 'i686')
 url='http://abuse.zoy.org/'
@@ -20,7 +20,7 @@
         'default.gamma.lsp')
 sha256sums=('0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488'
             'a5ddac71ca9b8c4bb42bdf91393a5fbe3d839ab9a9e9a6362a75dafc2aab122e'
-            '960a19cf1354ac073f459953369dbcf718f0c2d93343fe90ceda4058a01f6074'
+            '6ea2fa9e65c10bbcab4432f40d0c7284cb3970835c40c5c00ced14b39ce1b00f'
             '13df83fea60918d29d5141cdfbd8d56147c053e88d3701209ae676f46447c2f6')
 
 prepare() {

Modified: default.abuserc
===================================================================
--- default.abuserc	2013-11-23 17:27:50 UTC (rev 101369)
+++ default.abuserc	2013-11-23 19:00:48 UTC (rev 101370)
@@ -1,7 +1,7 @@
 ; Abuse-SDL Configuration file
 
 ; Startup fullscreen
-fullscreen=1
+fullscreen=0
 
 ; Use DoubleBuffering
 doublebuf=1
@@ -16,7 +16,7 @@
 mono=0
 
 ; Grab the mouse to the window
-grabmouse=1
+grabmouse=0
 
 ; Set the scale factor
 scale=2
@@ -30,8 +30,8 @@
 ; Key mappings
 left=a
 right=d
-up=Space
+up=w
 down=s
-fire=w
+fire=Space
 weapprev=q
 weapnext=e




More information about the arch-commits mailing list