added optional grid
This commit is contained in:
parent
7dd95f262c
commit
2a67ab40ee
4 changed files with 38 additions and 2 deletions
|
@ -13,5 +13,8 @@
|
|||
"enabled": true,
|
||||
"deadzone": 0.5,
|
||||
"buffer": true
|
||||
},
|
||||
"appearance": {
|
||||
"grid": "none"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,5 +15,12 @@
|
|||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"grid": [
|
||||
"grid",
|
||||
"checkerboard",
|
||||
"none"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue