mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add some vertical blocks and remove some old ones (#355)
* Add `add` block example * Add if, if-else, equals; remove old if-elses * Naming fixes and removal of a dummy input for if-else * Recompile for vertical blocks examples
This commit is contained in:
parent
c1d91015c7
commit
e7a9ad2f93
10 changed files with 187 additions and 261 deletions
|
@ -50,6 +50,11 @@ Blockly.Colours = {
|
|||
"secondary": "#DBC200",
|
||||
"tertiary": "#CCAA00"
|
||||
},
|
||||
"operators": {
|
||||
"primary": "#4CBF56",
|
||||
"secondary": "#489D84",
|
||||
"tertiary": "#489D84"
|
||||
},
|
||||
"text": "#575E75",
|
||||
"workspace": "#F5F8FF",
|
||||
"toolbox": "#DDDDDD",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue