diff options
| author | Jens Mönig <jens@moenig.org> | 2014-06-04 12:42:52 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2014-06-04 12:42:52 +0200 |
| commit | 8362f422a70dc1a359c6e817d6874e988278606b (patch) | |
| tree | cb0e9e3e2d7c3ff47439132426fc1f137aa8506e /blocks.js | |
| parent | bae41fde2870706b200aa9ec2b0e00ca5ceb59d9 (diff) | |
| parent | e7f9ff5dcbac3459c9ab111aea3e4096467d5ea5 (diff) | |
| download | snap-yow-8362f422a70dc1a359c6e817d6874e988278606b.tar.gz snap-yow-8362f422a70dc1a359c6e817d6874e988278606b.zip | |
Merge pull request #459 from galaticalmonkies/graphiceffects
Graphic effects
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -913,17 +913,13 @@ 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 ); part.setContents(['ghost']); |
