Skip to content

Commit bd24df6

Browse files
a
1 parent 9f9ab14 commit bd24df6

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

src/lib/make-toolbox-xml.js

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,6 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
344344
</value>
345345
</block>
346346
<block type="looks_nextbackdrop"/>
347-
<block type="looks_getinputofbackdrop">
348-
<value name="INPUT">
349-
<shadow type="looks_getinput_menu"/>
350-
</value>
351-
<value name="COSTUME">
352-
<shadow type="looks_backdrops">
353-
<field name="BACKDROP">${backdropName}</field>
354-
</shadow>
355-
</value>
356-
</block>
357347
` : `
358348
<label text="Costumes\/Backdrops"></label>
359349
<block id="${targetId}_switchcostumeto" type="looks_switchcostumeto">
@@ -389,16 +379,6 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
389379
</value>
390380
</block>
391381
<block type="looks_nextbackdrop"/>
392-
<block type="looks_getinputofbackdrop">
393-
<value name="INPUT">
394-
<shadow type="looks_getinput_menu"/>
395-
</value>
396-
<value name="COSTUME">
397-
<shadow type="looks_backdrops">
398-
<field name="BACKDROP">${backdropName}</field>
399-
</shadow>
400-
</value>
401-
</block>
402382
${blockSeparator}
403383
<block type="looks_changesizeby">
404384
<value name="CHANGE">
@@ -1743,6 +1723,16 @@ const liveTests = function (isLiveTest, targetId, soundName) {
17431723
</shadow>
17441724
</value>
17451725
</block>
1726+
<block type="looks_getinputofbackdrop">
1727+
<value name="INPUT">
1728+
<shadow type="looks_getinput_menu"/>
1729+
</value>
1730+
<value name="COSTUME">
1731+
<shadow type="looks_backdrops">
1732+
<field name="BACKDROP">${backdropName}</field>
1733+
</shadow>
1734+
</value>
1735+
</block>
17461736
${blockSeparator}
17471737
<block type="control_fieldbutton"></block>
17481738
<block type="motion_mutatorCheckboxTest"></block>

0 commit comments

Comments
 (0)