Skip to content

Commit

Permalink
release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 committed Jun 22, 2024
1 parent 8789071 commit b6e7707
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,21 @@ const operators = function (isInitialSetup, isStage, targetId, colors) {
</shadow>
</value>
</block>
${blockSeparator}
<block type="operator_color">
<value name="COLOR">
<shadow type="colour_picker">
<field name="COLOUR">#a55b5b</field>
</shadow>
</value>
</block>
<block type="operator_boolcast">
<value name="STRING">
<shadow type="text">
<field name="TEXT">1</field>
</shadow>
</value>
</block>
${categorySeparator}
</category>
`;
Expand Down

0 comments on commit b6e7707

Please sign in to comment.