DEADSOFTWARE

Refactor
[cavedroid.git] / android / assets / json / touch_buttons.json
1 {
2 "up": {
3 "x": 26,
4 "y": -52,
5 "w": 26,
6 "h": 26
7 },
8 "down": {
9 "x": 26,
10 "y": -26,
11 "w": 26,
12 "h": 26
13 },
14 "left": {
15 "x": 0,
16 "y": -26,
17 "w": 26,
18 "h": 26
19 },
20 "right": {
21 "x": 52,
22 "y": -26,
23 "w": 26,
24 "h": 26
25 },
26 "alt": {
27 "x": 78,
28 "y": -26,
29 "w": 26,
30 "h": 26
31 },
32 "lmb": {
33 "x": -52,
34 "y": -26,
35 "w": 26,
36 "h": 26
37 },
38 "rmb": {
39 "x": -26,
40 "y": -26,
41 "w": 26,
42 "h": 26
43 }
44 }