mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Move the change block to the variables category
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user