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'],
|
||||
doPlaySoundUntilDone: ['playSound', 'doPlaySoundAtRate'],
|
||||
doPlaySoundAtRate: ['playSound', 'doPlaySoundUntilDone'],
|
||||
doPlayNote: [['doRest', -1]],
|
||||
doRest: [['doPlayNote', 1]],
|
||||
doChangeTempo: ['doSetTempo'],
|
||||
doSetTempo: ['doChangeTempo'],
|
||||
setVolume: ['changeVolume'],
|
||||
|
|
Ładowanie…
Reference in New Issue