forked from idispatch/opentyrian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
controls-720x720.json
121 lines (121 loc) · 2.12 KB
/
controls-720x720.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"version":1,
"controls":[
{
"type":"key",
"id":1,
"x":10,
"y":590,
"width":130,
"height":130,
"symbol":13,
"modifier":0,
"scancode":13,
"unicode":0,
"label":{
"x":0,
"y":0,
"width":130,
"height":130,
"image":"app/native/assets/button-alt-fire.png",
"alpha":60
}
},
{
"type":"key",
"id":2,
"x":10,
"y":450,
"width":130,
"height":130,
"symbol":32,
"modifier":0,
"scancode":32,
"unicode":0,
"label":{
"x":0,
"y":0,
"width":130,
"height":130,
"image":"app/native/assets/button-fire.png",
"alpha":60
}
},
{
"type":"key",
"id":3,
"x":150,
"y":450,
"width":130,
"height":130,
"symbol":306,
"modifier":0,
"scancode":306,
"unicode":0,
"label":{
"x":0,
"y":0,
"width":130,
"height":130,
"image":"app/native/assets/button-left-fire.png",
"alpha":60
}
},
{
"type":"key",
"id":4,
"x":150,
"y":590,
"width":130,
"height":130,
"symbol":308,
"modifier":0,
"scancode":308,
"unicode":0,
"label":{
"x":0,
"y":0,
"width":130,
"height":130,
"image":"app/native/assets/button-right-fire.png",
"alpha":60
}
},
{
"type":"key",
"id":5,
"x":5,
"y":5,
"width":130,
"height":130,
"symbol":27,
"modifier":0,
"scancode":27,
"unicode":0,
"label":{
"x":0,
"y":0,
"width":130,
"height":130,
"image":"app/native/assets/button-esc.png",
"alpha":60
}
},
{
"type":"dpad",
"id":6,
"x":420,
"y":420,
"width":300,
"height":300,
"label":{
"x":0,
"y":0,
"width":300,
"height":300,
"image":"app/native/assets/dpad.png",
"alpha":70
}
}
]
}