pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/data/controller gamepad.xml,1.1,1.2


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/controller gamepad.xml,1.1,1.2
Date: 15 Apr 2003 19:23:32 -0000

Update of /var/lib/cvs/Games/Pingus/data/controller
In directory dark:/tmp/cvs-serv5687

Modified Files:
        gamepad.xml 
Log Message:
reconfigured buttons a bit and moved joystick id to 0

Index: gamepad.xml
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/data/controller/gamepad.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gamepad.xml 15 Apr 2003 18:56:52 -0000      1.1
+++ gamepad.xml 15 Apr 2003 19:23:30 -0000      1.2
@@ -1,30 +1,30 @@
 <pingus-controller>
   <controller-config>
     <standard-pointer>
-      <axis-pointer speed="200">
-        <joystick-axis id="1" axis="0" angle="0" />
-        <joystick-axis id="1" axis="1" angle="90" />
+      <axis-pointer speed="250">
+        <joystick-axis id="0" axis="0" angle="0" />
+        <joystick-axis id="0" axis="1" angle="90" />
       </axis-pointer>
     </standard-pointer>
 
     <primary-button>
       <multiple-button>
         <mouse-button button="0"/>
-        <joystick-button id="1" button="4"/>
+        <joystick-button id="0" button="4"/>
       </multiple-button>
     </primary-button>
 
     <secondary-button>
       <multiple-button>
         <mouse-button button="2"/>
-        <joystick-button id="1" button="1"/>
+        <joystick-button id="0" button="1"/>
       </multiple-button>
     </secondary-button>
 
     <pause-button>
       <multiple-button>
         <key-button key="P"/>
-        <joystick-button id="1" button="9"/>
+        <joystick-button id="0" button="9"/>
       </multiple-button>
     </pause-button>
 
@@ -32,21 +32,21 @@
       <multiple-button>
         <key-button key="F"/>
         <key-button key="SPACE"/>
-        <joystick-button id="1" button="2"/>
+        <joystick-button id="0" button="0"/>
+        <joystick-button id="0" button="2"/>
       </multiple-button>
     </fast-forward-button>
 
     <armageddon-button>
       <multiple-button>
         <key-button key="A"/>
-        <joystick-button id="1" button="0"/>
       </multiple-button>
     </armageddon-button>
 
     <escape-button>
       <multiple-button>
         <key-button key="ESCAPE"/>
-        <joystick-button id="1" button="8"/>
+        <joystick-button id="0" button="8"/>
       </multiple-button>
     </escape-button>
 
@@ -79,14 +79,14 @@
     <action-up>
       <multiple-button>
         <key-button key="PAGEUP"/>
-        <joystick-button id="1" button="7"/>
+        <joystick-button id="0" button="3"/>
       </multiple-button>
     </action-up>
 
     <action-down>
       <multiple-button>
         <key-button key="PAGEDOWN"/>
-        <joystick-button id="1" button="6"/>
+        <joystick-button id="0" button="5"/>
       </multiple-button>
     </action-down>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]