added config editor (closes #19)

This commit is contained in:
Nathan DECHER 2020-04-06 20:16:28 +02:00
parent 65b33afa05
commit 0923ad56dd
7 changed files with 157 additions and 11 deletions

View file

@ -3,6 +3,11 @@
"name": "Input settings"
},
"input.buffer": {
"name": "Enable input buffering",
"type": "boolean"
},
"input.touchscreen": {
"name": "Touchscreen settings"
},
@ -99,11 +104,6 @@
"type": "boolean"
},
"input.buffer": {
"name": "Enable input buffering",
"type": "boolean"
},
"appearance": {
"name": "Appearance"
},