Compare commits

...

1 Commits

Author SHA1 Message Date
Jeffrey Warren
dccb514b69 Change default of Rotate module to 90 2019-01-31 12:17:31 -05:00

View File

@@ -5,11 +5,11 @@
"rotate": { "rotate": {
"type": "range", "type": "range",
"desc": "Angular value for rotation in degrees", "desc": "Angular value for rotation in degrees",
"default": "0", "default": "90",
"min": "0", "min": "0",
"max": "360", "max": "360",
"step": "1" "step": "1"
} }
}, },
"docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md" "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md"
} }