Skip to content

Commit d946a66

Browse files
committed
small toolbox cleanup, hide a few blocks
1 parent a0a956c commit d946a66

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/lib/make-toolbox-xml.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ const motion = function (isInitialSetup, isStage, targetId) {
3030
</shadow>
3131
</value>
3232
</block>
33-
<block type="motion_movebacksteps">
34-
<value name="STEPS">
35-
<shadow type="math_number">
36-
<field name="NUM">10</field>
37-
</shadow>
38-
</value>
39-
</block>
4033
<block type="motion_moveupdownsteps">
4134
<value name="STEPS">
4235
<shadow type="math_number">
@@ -182,7 +175,6 @@ const motion = function (isInitialSetup, isStage, targetId) {
182175
</block>
183176
${blockSeparator}
184177
<block type="motion_setrotationstyle"/>
185-
${blockSeparator}
186178
<block type="motion_move_sprite_to_scene_side"/>
187179
${blockSeparator}
188180
<block id="${targetId}_xposition" type="motion_xposition"/>
@@ -297,7 +289,6 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
297289
</value>
298290
</block>
299291
<block type="looks_nextbackdrop"/>
300-
<block type="looks_previousbackdrop"/>
301292
<block type="looks_getinputofcostume">
302293
<value name="INPUT">
303294
<shadow type="looks_getinput_menu"/>
@@ -317,7 +308,6 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
317308
</value>
318309
</block>
319310
<block type="looks_nextcostume"/>
320-
<block type="looks_previouscostume"/>
321311
${blockSeparator}
322312
<block type="looks_switchbackdropto">
323313
<value name="BACKDROP">
@@ -521,7 +511,6 @@ const sound = function (isInitialSetup, isStage, targetId, soundName) {
521511
</shadow>
522512
</value>
523513
</block>
524-
${blockSeparator}
525514
<block id="${targetId}_sound_getLength" type="sound_getLength">
526515
<value name="SOUND_MENU">
527516
<shadow type="sound_sounds_menu">

0 commit comments

Comments
 (0)