Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Apr 26, 2020
1 parent 38a7b3d commit b8c8e98
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Instruction_20181213/blockly/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Blockly.Blocks['cmd1'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -22,7 +22,7 @@ Blockly.Blocks['cmd2'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -43,7 +43,7 @@ Blockly.Blocks['cmd3'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -68,7 +68,7 @@ Blockly.Blocks['cmd4'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(50);
this.setColour(90);
}
};

Expand All @@ -89,7 +89,7 @@ Blockly.Blocks['cmd5'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand Down Expand Up @@ -258,7 +258,7 @@ Blockly.Blocks['cmd9'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -277,7 +277,7 @@ Blockly.Blocks['cmd10'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand Down Expand Up @@ -306,7 +306,7 @@ Blockly.Blocks['cmd11'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -329,7 +329,7 @@ Blockly.Blocks['cmd12'] = {
this.setOutput(true, null);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(70);
this.setColour(90);
}
};

Expand All @@ -343,7 +343,7 @@ Blockly.Blocks['cmd13'] = {
this.setNextStatement(true);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(80);
this.setColour(110);
}
};

Expand All @@ -361,7 +361,7 @@ Blockly.Blocks['cmd14'] = {
this.setNextStatement(true);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(80);
this.setColour(110);
}
};

Expand All @@ -375,7 +375,7 @@ Blockly.Blocks['cmd15'] = {
this.setNextStatement(true);
this.setInputsInline(true);
this.setTooltip('');
this.setColour(80);
this.setColour(110);
}
};

Expand Down

0 comments on commit b8c8e98

Please sign in to comment.