Skip to content

Commit

Permalink
move for loop next to other loops
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Nov 19, 2024
1 parent 48673fd commit c27d4b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@ const control = function (isInitialSetup, isStage) {
</value>
</block>
<block id="forever" type="control_forever"/>
<block id="for_each" type="control_for_each">
<value name="VALUE">
<shadow type="math_whole_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="control_exitLoop"/>
<block type="control_continueLoop"/>
${blockSeparator}
Expand All @@ -654,13 +661,6 @@ const control = function (isInitialSetup, isStage) {
<block id="wait_until" type="control_wait_until"/>
<block id="repeat_until" type="control_repeat_until"/>
<block id="while" type="control_while"/>
<block id="for_each" type="control_for_each">
<value name="VALUE">
<shadow type="math_whole_number">
<field name="NUM">10</field>
</shadow>
</value>
</block>
<block type="control_if_return_else_return">
<value name="boolean"></value>
<value name="TEXT1">
Expand Down

0 comments on commit c27d4b2

Please sign in to comment.