X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fassets%2Fjson%2Ftouch_buttons.json;h=cddaf534397ea531931a299d935742d52e4b3b82;hb=387ad284ceb79b07cba3726fa7350b7e83916815;hp=ef5c42e7ee7fde8d197a8c85d27b28d76c094432;hpb=59d07dd8a43cfb159045e6313cca4d519f67a6fc;p=cavedroid.git diff --git a/android/assets/json/touch_buttons.json b/android/assets/json/touch_buttons.json index ef5c42e..cddaf53 100644 --- a/android/assets/json/touch_buttons.json +++ b/android/assets/json/touch_buttons.json @@ -3,42 +3,51 @@ "x": 26, "y": -52, "w": 26, - "h": 26 + "h": 26, + "key": "W" }, "down": { "x": 26, "y": -26, "w": 26, - "h": 26 + "h": 26, + "key": "S" }, "left": { "x": 0, "y": -26, "w": 26, - "h": 26 + "h": 26, + "key": "A" }, "right": { "x": 52, "y": -26, "w": 26, - "h": 26 + "h": 26, + "key": "D" }, "alt": { "x": 78, "y": -26, "w": 26, - "h": 26 + "h": 26, + "key": "L-Alt" }, "lmb": { "x": -52, "y": -26, "w": 26, - "h": 26 + "h": 26, + "mouse": true, + "key": "Left" }, "rmb": { "x": -26, "y": -26, "w": 26, - "h": 26 + "h": 26, + "mouse": true, + "key": "Right" } } \ No newline at end of file