diff options
| author | yuan <y.yuan@berkeley.edu> | 2014-05-27 00:57:19 -0700 |
|---|---|---|
| committer | yuan <y.yuan@berkeley.edu> | 2014-05-27 00:57:19 -0700 |
| commit | e1b97b98df9219865d08566bb10309603a9b12fe (patch) | |
| tree | 9e586a44cb92833239d4077c8353f45181b1db87 /blocks.js | |
| parent | 6a4b4afbe98fa99623a81a89e2f6505ff5704d38 (diff) | |
| download | snap-e1b97b98df9219865d08566bb10309603a9b12fe.tar.gz snap-e1b97b98df9219865d08566bb10309603a9b12fe.zip | |
added graphics effects that work for all redraws; incorporated most recent updates to Snap!
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -913,16 +913,12 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { part = new InputSlotMorph( null, false, - { - /* - color : 'color', - fisheye : 'fisheye', - whirl : 'whirl', - pixelate : 'pixelate', - mosaic : 'mosaic', - brightness : 'brightness', - */ - ghost : ['ghost'] + { brightness : ['brightness'], + ghost : ['ghost'], + negative : ['negative'], + comic: ['comic'], + duplicate: ['duplicate'], + confetti: ['confetti'], }, true ); |
