added meta config

This commit is contained in:
Nathan DECHER 2020-04-05 00:35:56 +02:00
parent 41cb894ef9
commit fe22b85387

19
assets/metaConfig.json Normal file
View file

@ -0,0 +1,19 @@
{
"touchscreen": {
"mode": [
"crosspad",
"joystick",
"swipe"
],
"deadzone": {
"min": 1,
"max": 100
}
},
"gamepad": {
"deadzone": {
"min": 0,
"max": 1
}
}
}