Skip to content

Commit

Permalink
tint sprite to color
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Dec 5, 2023
1 parent a5c30ea commit 058c571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,14 @@ const looks = function (isInitialSetup, isStage, targetId, costumeName, backdrop
</shadow>
</value>
</block>
<block type="looks_setTintColor">
<value name="color">
<shadow type="colour_picker"></shadow>
</value>
</block>
<block type="looks_cleargraphiceffects"/>
<block type="looks_getEffectValue"/>
<block type="looks_tintColor"/>
${blockSeparator}
${isStage ? '' : `
<block type="looks_show"/>
Expand Down

0 comments on commit 058c571

Please sign in to comment.