added meta config
This commit is contained in:
parent
41cb894ef9
commit
fe22b85387
1 changed files with 19 additions and 0 deletions
19
assets/metaConfig.json
Normal file
19
assets/metaConfig.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"touchscreen": {
|
||||||
|
"mode": [
|
||||||
|
"crosspad",
|
||||||
|
"joystick",
|
||||||
|
"swipe"
|
||||||
|
],
|
||||||
|
"deadzone": {
|
||||||
|
"min": 1,
|
||||||
|
"max": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gamepad": {
|
||||||
|
"deadzone": {
|
||||||
|
"min": 0,
|
||||||
|
"max": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue