Snek/assets/metaConfig.json

27 lines
270 B
JSON
Raw Normal View History

2020-04-04 22:35:56 +00:00
{
"touchscreen": {
"mode": [
"crosspad",
"joystick",
"swipe"
],
"deadzone": {
"min": 1,
"max": 100
}
},
"gamepad": {
"deadzone": {
"min": 0,
"max": 1
}
2020-04-05 16:23:11 +00:00
},
"appearance": {
"grid": [
"grid",
"checkerboard",
"none"
]
2020-04-04 22:35:56 +00:00
}
}