浏览代码

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

see #450
Ali Monemian 6 年之前
父节点
当前提交
4f1692bbb4
共有 1 个文件被更改,包括 4 次插入4 次删除
  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