DEADSOFTWARE

Fix drop picking
[cavedroid.git] / android / assets / json / touch_buttons.json
index 4d8330104f285aa557d4d7c5065d287688e19bd7..cbb9a151f2b4cdb9fba1096c3ddf820b411399ef 100644 (file)
@@ -1,9 +1,23 @@
 {
   "alt": {
-    "x": -32,
-    "y": -32,
-    "w": 32,
-    "h": 32,
+    "x": -48,
+    "y": -48,
+    "w": 48,
+    "h": 48,
     "key": "L-Alt"
+  },
+  "inv": {
+    "x": -96,
+    "y": -48,
+    "w": 48,
+    "h": 48,
+    "key": "E"
+  },
+  "pause": {
+    "x": -48,
+    "y": 0,
+    "w": 48,
+    "h": 48,
+    "key": "Escape"
   }
 }
\ No newline at end of file