added optional grid

This commit is contained in:
Nathan DECHER 2020-04-05 18:23:11 +02:00
parent 7dd95f262c
commit 2a67ab40ee
4 changed files with 38 additions and 2 deletions

View file

@ -13,5 +13,8 @@
"enabled": true,
"deadzone": 0.5,
"buffer": true
},
"appearance": {
"grid": "none"
}
}

View file

@ -15,5 +15,12 @@
"min": 0,
"max": 1
}
},
"appearance": {
"grid": [
"grid",
"checkerboard",
"none"
]
}
}