summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-06-06 10:34:15 +0200
committerjmoenig <jens@moenig.org>2014-06-06 10:34:15 +0200
commit3f04b5b474d5b189182b90246280d25c4e858693 (patch)
treefb63efece98d084dc11e41d734a338300bcb7929 /objects.js
parent76f6ad4c235f96dab4c67f2bae8b1bd9a8f20c7b (diff)
downloadsnap-yow-3f04b5b474d5b189182b90246280d25c4e858693.tar.gz
snap-yow-3f04b5b474d5b189182b90246280d25c4e858693.zip
more relabelling options for SAY and THINK variants
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/objects.js b/objects.js
index 607df14..1d027c2 100644
--- a/objects.js
+++ b/objects.js
@@ -1199,10 +1199,10 @@ SpriteMorph.prototype.blockAlternatives = {
yPosition: ['xPosition'],
// looks:
- doSayFor: ['doThinkFor'],
- doThinkFor: ['doSayFor'],
- bubble: ['doThink'],
- doThink: ['bubble'],
+ doSayFor: ['doThinkFor', 'bubble', 'doThink'],
+ doThinkFor: ['doSayFor', 'doThink', 'bubble'],
+ bubble: ['doThink', 'doSayFor', 'doThinkFor'],
+ doThink: ['bubble', 'doSayFor', 'doThinkFor'],
show: ['hide'],
hide: ['show'],
changeEffect: ['setEffect'],