Browse Source

change js Pad config to fix xbox controller analog and ranalog (#470)

see #450
Ali Monemian 6 năm trước cách đây
mục cha
commit
4f1692bbb4
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      hxd/Pad.hx

+ 4 - 4
hxd/Pad.hx

@@ -129,10 +129,10 @@ class Pad {
 		dpadDown : 13,
 		dpadLeft : 14,
 		dpadRight : 15,
-		analogX : 16,
-		analogY : 17,
-		ranalogX : 18,
-		ranalogY : 19,
+		analogX : 17,
+		analogY : 18,
+		ranalogX : 19,
+		ranalogY : 20,
 		names : ["A","B","X","Y","LB","RB","LT","RT","Select","Start","LCLK","RCLK","DUp","DDown","DLeft","DRight","LX","LY","RX","RY"],
 	};
 	#end