Skip to content

Commit

Permalink
Update default_toolbox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Feb 22, 2024
1 parent 04405ef commit 46ebc29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blocks_vertical/default_toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ goog.require('Blockly.Blocks');

Blockly.Blocks.defaultToolbox = '<xml id="toolbox-categories" style="display: none">' +
'<category name="%{BKY_CATEGORY_MOTION}" id="motion" colour="#4C97FF" secondaryColour="#3373CC">' +
'<block type="motion_movesteps" id="motion_movesteps">' +
'<value name="STEPS">' +
'<shadow type="math_number">' +
'<field name="NUM">10</field>' +
'</shadow>' +
'</value>' +
'</block>' +
'<block type="motion_movesteps" id="motion_movesteps">' +
'<value name="STEPS">' +
'<shadow type="math_number">' +
Expand Down

0 comments on commit 46ebc29

Please sign in to comment.