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 default.xml,1.7,1.8


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/data/controller default.xml,1.7,1.8
Date: 29 Oct 2002 17:47:18 -0000

Update of /usr/local/cvsroot/Games/Pingus/data/controller
In directory dark:/tmp/cvs-serv15528/data/controller

Modified Files:
        default.xml 
Log Message:
- replaced ActionAxis with two buttons
- added a delay of one second before a ButtonAxis will reach maximum value


Index: default.xml
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/data/controller/default.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- default.xml 29 Oct 2002 12:47:26 -0000      1.7
+++ default.xml 29 Oct 2002 17:47:15 -0000      1.8
@@ -27,13 +27,6 @@
       <key-button key="ESCAPE"/>
     </escape-button>
 
-    <action-axis>
-      <button-axis angle="0">
-       <key-button key="B"/>
-       <key-button key="C"/>
-      </button-axis>
-    </action-axis>
-
     <scroller>
       <axis-scroller speed="1000">
         <button-axis angle="90">
@@ -60,12 +53,13 @@
       <action-button><key-button key="0"/></action-button>
     </action-buttons>
 
-    <action-axis>
-      <button-axis angle="0">
-        <key-button key="PAGEDOWN"/>
-        <key-button key="PAGEUP"/>
-      </button-axis>
-    </action-axis>
+    <action-up>
+      <key-button key="PAGEUP"/>
+    </action-up>
+
+    <action-down>
+      <key-button key="PAGEDOWN"/>
+    </action-down>
 
   </controller-config>
 </pingus-controller>





reply via email to

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