Initialize pack from in-play

This commit is contained in:
bluepython508
2025-04-11 16:06:26 +01:00
parent 71aff04690
commit d0b9f09cb5
189 changed files with 7505 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#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