mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
17 lines
612 B
XML
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> |