Skip to content

Commit

Permalink
hidden blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Dec 28, 2023
1 parent 39eb132 commit 4fe5ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/make-toolbox-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ const events = function (isInitialSetup, isStage) {
<block type="event_whenflagclicked"/>
<block type="event_whenstopclicked"/>
<block type="event_always"></block>
<block type="event_whentouchingobject"></block>
<block type="event_whenanything">
<value name="ANYTHING"></value>
</block>
Expand Down Expand Up @@ -907,6 +908,7 @@ const sensing = function (isInitialSetup, isStage) {
<block type="sensing_mouseclicked"/>
<block type="sensing_mousex"/>
<block type="sensing_mousey"/>
<block type="sensing_loud"/>
${blockSeparator}
<block type="sensing_setclipboard">
<value name="ITEM">
Expand Down

0 comments on commit 4fe5ccb

Please sign in to comment.