added config file
This commit is contained in:
parent
93ba24a53a
commit
95751be63e
4 changed files with 67 additions and 18 deletions
14
assets/config.json
Normal file
14
assets/config.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"touchscreen": {
|
||||
"mode": "joystick",
|
||||
"deadzone": 10,
|
||||
"buffer": false
|
||||
},
|
||||
"keyboard": {
|
||||
"buffer": false
|
||||
},
|
||||
"gamepad": {
|
||||
"deadzone": 0.5,
|
||||
"buffer": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue