Skip to content

Commit

Permalink
Update make-toolbox-xml.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub committed Feb 25, 2024
1 parent 274e5d6 commit b43b091
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,11 @@ const events = function (isInitialSetup, isStage, targetId, colors) {
` : `
<block type="event_whenthisspriteclicked"/>
`}
<block type="event_whentouchingobject"/>
<block type="event_whentouchingobject">
<value name="TOUCHINGOBJECTMENU">
<shadow type="sensing_touchingobjectmenu"></shadow>
</value>
</block>
<block type="event_whenbackdropswitchesto">
</block>
${blockSeparator}
Expand Down

0 comments on commit b43b091

Please sign in to comment.