mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Add status button to microbit extension
This commit is contained in:
parent
7d0c45546c
commit
c2b262ba97
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ class Scratch3MicroBitBlocks {
|
||||||
name: Scratch3MicroBitBlocks.EXTENSION_NAME,
|
name: Scratch3MicroBitBlocks.EXTENSION_NAME,
|
||||||
menuIconURI: menuIconURI,
|
menuIconURI: menuIconURI,
|
||||||
blockIconURI: blockIconURI,
|
blockIconURI: blockIconURI,
|
||||||
|
showStatusButton: true,
|
||||||
blocks: [
|
blocks: [
|
||||||
{
|
{
|
||||||
opcode: 'whenButtonPressed',
|
opcode: 'whenButtonPressed',
|
||||||
|
|
Loading…
Reference in a new issue