Skip to content

Commit 7a85b6d

Browse files
committed
accidentally put that on backdrop only
1 parent d946a66 commit 7a85b6d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/lib/make-toolbox-xml.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -308,16 +308,6 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
308308
</value>
309309
</block>
310310
<block type="looks_nextcostume"/>
311-
${blockSeparator}
312-
<block type="looks_switchbackdropto">
313-
<value name="BACKDROP">
314-
<shadow type="looks_backdrops">
315-
<field name="BACKDROP">${backdropName}</field>
316-
</shadow>
317-
</value>
318-
</block>
319-
<block type="looks_nextbackdrop"/>
320-
<block type="looks_previousbackdrop"/>
321311
<block type="looks_getinputofcostume">
322312
<value name="INPUT">
323313
<shadow type="looks_getinput_menu"/>
@@ -329,6 +319,15 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
329319
</value>
330320
</block>
331321
${blockSeparator}
322+
<block type="looks_switchbackdropto">
323+
<value name="BACKDROP">
324+
<shadow type="looks_backdrops">
325+
<field name="BACKDROP">${backdropName}</field>
326+
</shadow>
327+
</value>
328+
</block>
329+
<block type="looks_nextbackdrop"/>
330+
${blockSeparator}
332331
<block type="looks_changesizeby">
333332
<value name="CHANGE">
334333
<shadow type="math_number">

0 commit comments

Comments
 (0)