ccIDE/blocks/test/toolbox.xml
damp11113 aa6d2199c4 update 1.0.2
add save load new and make code more readable not complex
2024-07-12 17:40:45 +07:00

17 lines
612 B
XML

<xml id="toolbox" style="display: none;">
<category name="Custom Blocks" colour="270">
<!-- Define your custom blocks here -->
<block type="custom_math_operation">
<value name="NUM1">
<shadow type="math_number">
<field name="NUM">10</field> <!-- Default value -->
</shadow>
</value>
<value name="NUM2">
<shadow type="math_number">
<field name="NUM">5</field> <!-- Default value -->
</shadow>
</value>
</block>
</category>
</xml>