snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Remove label attribute for nodes, add hide node attribute block #336

Closed cyderize closed 9 years ago

cyderize commented 9 years ago

Removes all references to the label attribute for nodes, and adds a hide node attribute block.

Updates the Atlas example to make use of the new block.

Closes #331.