Skip to content

Commit

Permalink
Added Functions category
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed May 6, 2024
1 parent 76164a8 commit 6233168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"Logic": "%{BKY_LOGIC_HUE}",
"Variables": "%{BKY_VARIABLES_HUE}",
"Lists": "%{BKY_LISTS_HUE}",
"Math": "%{BKY_MATH_HUE}"
"Math": "%{BKY_MATH_HUE}",
"Procedures": "%{BKY_PROCEDURES_HUE}"
};

const workspace = Blockly.inject('blocklyDiv', {
Expand Down Expand Up @@ -332,6 +333,7 @@
<block type="math_random_float"></block>
<!-- Add any additional math blocks you find necessary -->
</category>
<category name="Functions" custom="PROCEDURE" colour="%{BKY_PROCEDURES_HUE}"></category>
</xml>
`
});
Expand Down

0 comments on commit 6233168

Please sign in to comment.