added optional grid

This commit is contained in:
2020-04-05 18:23:11 +02:00
parent 2df2f5f992
commit 2954e79d98
4 changed files with 38 additions and 2 deletions
+3
View File
@@ -13,5 +13,8 @@
"enabled": true,
"deadzone": 0.5,
"buffer": true
},
"appearance": {
"grid": "none"
}
}
+7
View File
@@ -15,5 +15,12 @@
"min": 0,
"max": 1
}
},
"appearance": {
"grid": [
"grid",
"checkerboard",
"none"
]
}
}