13 lines
659 B
TOML
13 lines
659 B
TOML
#Whether the ctrl key will instead turn *off* the color gradient on patterns
|
|
ctrlTogglesOffStrokeOrder = false
|
|
#Whether scrolling up (as opposed to down) will increase the page index of the spellbook, and vice versa
|
|
invertSpellbookScrollDirection = false
|
|
#Whether scrolling up (as opposed to down) will increase the value of the abacus, and vice versa
|
|
invertAbacusScrollDirection = false
|
|
#When using a staff, the distance from one dot you have to go to snap to the next dot, where 0.5 means 50% of the way.
|
|
#Range: 0.5 ~ 1.0
|
|
gridSnapThreshold = 0.5
|
|
#Whether you click to start and stop drawing instead of clicking and dragging
|
|
clickingTogglesDrawing = false
|
|
|