Skip to content
Snippets Groups Projects
Unverified Commit b7d2e287 authored by kyleplo's avatar kyleplo Committed by GitHub
Browse files

Update make-toolbox-xml.js

parent 8dbca677
No related branches found
No related tags found
No related merge requests found
......@@ -234,9 +234,6 @@ const looks = function (isStage, targetId) {
</block>
<block type="looks_cleargraphiceffects"/>
${blockSeparator}
<block type="looks_show"/>
<block type="looks_hide"/>
${blockSeparator}
${isStage ? '' : `
<block type="looks_gotofrontback"/>
<block type="looks_goforwardbackwardlayers">
......@@ -247,6 +244,8 @@ const looks = function (isStage, targetId) {
</value>
</block>
${blockSeparator}
<block type="looks_show"/>
<block type="looks_hide"/>
`}
${isStage ? `
<block id="backdropnumbername" type="looks_backdropnumbername"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment