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:
Tim Mickel 2016-05-25 14:13:21 -04:00
parent c1d91015c7
commit e7a9ad2f93
10 changed files with 187 additions and 261 deletions

View file

@ -50,6 +50,11 @@ Blockly.Colours = {
"secondary": "#DBC200",
"tertiary": "#CCAA00"
},
"operators": {
"primary": "#4CBF56",
"secondary": "#489D84",
"tertiary": "#489D84"
},
"text": "#575E75",
"workspace": "#F5F8FF",
"toolbox": "#DDDDDD",