Add blocky grid (#313)

This commit is contained in:
Sam El-Husseini 2018-02-08 11:49:26 -08:00 committed by Peli de Halleux
parent 99d4d87894
commit ab6290c76d

View File

@ -133,6 +133,11 @@
"extendEditor": true, "extendEditor": true,
"disableBlockIcons": true, "disableBlockIcons": true,
"blocklyOptions": { "blocklyOptions": {
"grid": {
"spacing": 40,
"length": 2,
"colour": "#ddd"
}
}, },
"blockColors": { "blockColors": {
"loops": "#58AB41", "loops": "#58AB41",