Skip to content
Snippets Groups Projects
Commit c8952640 authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Remove pen blocks from toolbox

parent 933cfdd3
No related branches found
No related tags found
No related merge requests found
...@@ -340,77 +340,6 @@ const sound = ` ...@@ -340,77 +340,6 @@ const sound = `
</category> </category>
`; `;
const pen = `
<category name="Pen" colour="#00B295" secondaryColour="#0B8E69">
<block type="pen_clear"/>
<block type="pen_stamp"/>
<block type="pen_pendown"/>
<block type="pen_penup"/>
<block type="pen_setpencolortocolor">
<value name="COLOR">
<shadow type="colour_picker">
</shadow>
</value>
</block>
<block type="pen_changepencolorby">
<value name="COLOR">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="pen_setpencolortonum">
<value name="COLOR">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
</value>
</block>
<block type="pen_changepenshadeby">
<value name="SHADE">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="pen_setpenshadeto">
<value name="SHADE">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
</block>
<block type="pen_changepensizeby">
<value name="SIZE">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
<block type="pen_setpensizeto">
<value name="SIZE">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
<block type="pen_changepentransparencyby" id="pen_changepentransparencyby">
<value name="TRANSPARENCY">
<shadow type="math_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="pen_setpentransparencyto" id="pen_setpentransparencyto">
<value name="TRANSPARENCY">
<shadow type="math_number">
<field name="NUM">50</field>
</shadow>
</value>
</block>
</category>
`;
const events = ` const events = `
<category name="Events" colour="#FFD500" secondaryColour="#CC9900"> <category name="Events" colour="#FFD500" secondaryColour="#CC9900">
<block type="event_whenflagclicked"/> <block type="event_whenflagclicked"/>
...@@ -708,6 +637,8 @@ const makeToolboxXML = function (categoriesXML) { ...@@ -708,6 +637,8 @@ const makeToolboxXML = function (categoriesXML) {
motion, gap, motion, gap,
looks, gap, looks, gap,
sound, gap, sound, gap,
pen, gap,
data, gap,
events, gap, events, gap,
control, gap, control, gap,
sensing, gap, sensing, gap,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment