kopia lustrzana https://github.com/backface/turtlestitch
more relabelling options for sound blocks
rodzic
22efa1731d
commit
4623a9f043
|
@ -1562,6 +1562,8 @@ SpriteMorph.prototype.blockAlternatives = {
|
||||||
playSound: ['doPlaySoundUntilDone', 'doPlaySoundAtRate'],
|
playSound: ['doPlaySoundUntilDone', 'doPlaySoundAtRate'],
|
||||||
doPlaySoundUntilDone: ['playSound', 'doPlaySoundAtRate'],
|
doPlaySoundUntilDone: ['playSound', 'doPlaySoundAtRate'],
|
||||||
doPlaySoundAtRate: ['playSound', 'doPlaySoundUntilDone'],
|
doPlaySoundAtRate: ['playSound', 'doPlaySoundUntilDone'],
|
||||||
|
doPlayNote: [['doRest', -1]],
|
||||||
|
doRest: [['doPlayNote', 1]],
|
||||||
doChangeTempo: ['doSetTempo'],
|
doChangeTempo: ['doSetTempo'],
|
||||||
doSetTempo: ['doChangeTempo'],
|
doSetTempo: ['doChangeTempo'],
|
||||||
setVolume: ['changeVolume'],
|
setVolume: ['changeVolume'],
|
||||||
|
|
Ładowanie…
Reference in New Issue