Added support for separate X and Y grid widths

This commit is contained in:
Jeremy Rangel
2025-01-15 03:26:50 -08:00
parent 1562ef55ec
commit cb0ab8055d
6 changed files with 91 additions and 71 deletions

View File

@ -96,7 +96,11 @@
"type": "string",
"default": "#e0e0e0"
},
"gridWidth": {
"xGridWidth": {
"type": "number",
"default": 1
},
"yGridWidth": {
"type": "number",
"default": 1
},