mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Add spacers
This commit is contained in:
parent
884fd54d2b
commit
78c72f4185
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,7 @@ class Scratch3GdxForBlocks {
|
|||
}),
|
||||
blockType: BlockType.REPORTER
|
||||
},
|
||||
'---',
|
||||
{
|
||||
opcode: 'whenGesture',
|
||||
text: formatMessage({
|
||||
|
@ -674,6 +675,7 @@ class Scratch3GdxForBlocks {
|
|||
}
|
||||
}
|
||||
},
|
||||
'---',
|
||||
{
|
||||
opcode: 'isFacing',
|
||||
text: formatMessage({
|
||||
|
|
Loading…
Reference in a new issue