kopia lustrzana https://github.com/backface/turtlestitch
more relabelling options for SAY and THINK variants
rodzic
76f6ad4c23
commit
3f04b5b474
|
@ -2161,3 +2161,4 @@ ______
|
||||||
------
|
------
|
||||||
* Objects: gracefully hide & show the stage, fixed #281
|
* Objects: gracefully hide & show the stage, fixed #281
|
||||||
* Objects: add hide and show blocks to the stage’s “looks” category
|
* Objects: add hide and show blocks to the stage’s “looks” category
|
||||||
|
* Objects: added more relabelling options to SAY and THINK variants
|
||||||
|
|
|
@ -1199,10 +1199,10 @@ SpriteMorph.prototype.blockAlternatives = {
|
||||||
yPosition: ['xPosition'],
|
yPosition: ['xPosition'],
|
||||||
|
|
||||||
// looks:
|
// looks:
|
||||||
doSayFor: ['doThinkFor'],
|
doSayFor: ['doThinkFor', 'bubble', 'doThink'],
|
||||||
doThinkFor: ['doSayFor'],
|
doThinkFor: ['doSayFor', 'doThink', 'bubble'],
|
||||||
bubble: ['doThink'],
|
bubble: ['doThink', 'doSayFor', 'doThinkFor'],
|
||||||
doThink: ['bubble'],
|
doThink: ['bubble', 'doSayFor', 'doThinkFor'],
|
||||||
show: ['hide'],
|
show: ['hide'],
|
||||||
hide: ['show'],
|
hide: ['show'],
|
||||||
changeEffect: ['setEffect'],
|
changeEffect: ['setEffect'],
|
||||||
|
|
Ładowanie…
Reference in New Issue