mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Make Red the Color Placeholder (#516)
This commit is contained in:
parent
eb1ddddbb0
commit
b9b8284c5d
1 changed files with 3 additions and 3 deletions
|
@ -190,21 +190,21 @@ Blockly.Block.prototype.data = null;
|
|||
* @type {string}
|
||||
* @private
|
||||
*/
|
||||
Blockly.Block.prototype.colour_ = '#000000';
|
||||
Blockly.Block.prototype.colour_ = '#FF0000';
|
||||
|
||||
/**
|
||||
* Secondary colour of the block in '#RRGGBB' format.
|
||||
* @type {string}
|
||||
* @private
|
||||
*/
|
||||
Blockly.Block.prototype.colourSecondary_ = '#000000';
|
||||
Blockly.Block.prototype.colourSecondary_ = '#FF0000';
|
||||
|
||||
/**
|
||||
* Tertiary colour of the block in '#RRGGBB' format.
|
||||
* @type {string}
|
||||
* @private
|
||||
*/
|
||||
Blockly.Block.prototype.colourTertiary_ = '#000000';
|
||||
Blockly.Block.prototype.colourTertiary_ = '#FF0000';
|
||||
|
||||
/**
|
||||
* Dispose of this block.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue