more relabelling options for sound blocks

pull/95/head
jmoenig 2020-06-20 08:46:09 +02:00
rodzic 22efa1731d
commit 4623a9f043
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1562,6 +1562,8 @@ SpriteMorph.prototype.blockAlternatives = {
playSound: ['doPlaySoundUntilDone', 'doPlaySoundAtRate'],
doPlaySoundUntilDone: ['playSound', 'doPlaySoundAtRate'],
doPlaySoundAtRate: ['playSound', 'doPlaySoundUntilDone'],
doPlayNote: [['doRest', -1]],
doRest: [['doPlayNote', 1]],
doChangeTempo: ['doSetTempo'],
doSetTempo: ['doChangeTempo'],
setVolume: ['changeVolume'],