Skip to content

Commit

Permalink
replace letters from to and power/root/log blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Nov 19, 2024
1 parent bf845ba commit 48673fd
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1000,18 +1000,35 @@ const operators = function (isInitialSetup) {
</shadow>
</value>
</block>
<block type="operator_advMath">
<block type="operator_power">
<value name="NUM1">
<shadow type="math_number">
<field name="NUM"/>
</shadow>
</value>
<value name="NUM2">
<shadow type="math_number">
<field name="NUM"/>
</shadow>
</value>
</block>
<block type="operator_advMathExpanded">
<value name="ONE">
<shadow type="math_number">
<field name="NUM">1</field>
<field name="NUM">3</field>
</shadow>
</value>
<field name="OPTION">^</field>
<value name="TWO">
<shadow type="math_number">
<field name="NUM">2</field>
</shadow>
</value>
<field name="OPTION">root</field>
<value name="THREE">
<shadow type="math_number">
<field name="NUM">16</field>
</shadow>
</value>
</block>
${blockSeparator}
<block type="operator_random">
Expand Down Expand Up @@ -1212,7 +1229,7 @@ const operators = function (isInitialSetup) {
</shadow>
</value>
</block>
<block type="operator_getLettersFromIndexToIndexInText">
<block type="operator_getLettersFromIndexToIndexInTextFixed">
<value name="INDEX1">
<shadow type="math_number">
<field name="NUM">2</field>
Expand Down

0 comments on commit 48673fd

Please sign in to comment.