mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-21 10:51:14 -04:00
fix extension block color application
This commit is contained in:
parent
297047a6b9
commit
91f0d59be0
2 changed files with 16 additions and 3 deletions
docs
|
@ -152,6 +152,10 @@ class SomeBlocks {
|
|||
// Will be used as the extension's namespace.
|
||||
id: 'someBlocks',
|
||||
|
||||
// Core extensions only: override the default extension block colors.
|
||||
color1: '#FF8C1A',
|
||||
color2: '#DB6E00',
|
||||
|
||||
// Optional: the human-readable name of this extension as string.
|
||||
// This and any other string to be displayed in the Scratch UI may either be
|
||||
// a string or a call to `formatMessage`; a plain string will not be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue