Move the change block to the variables category

This commit is contained in:
Rachel Fenichel
2016-07-01 16:17:30 -07:00
parent 13c6c63daa
commit 5418843c12
3 changed files with 32 additions and 10 deletions

View File

@@ -325,7 +325,7 @@ Blockly.Blocks['math_change'] = {
],
"previousStatement": null,
"nextStatement": null,
"colour": Blockly.Blocks.math.HUE,
"colour": Blockly.Blocks.variables.HUE,
"helpUrl": Blockly.Msg.MATH_CHANGE_HELPURL
});
// Assign 'this' to a variable for use in the tooltip closure below.