diff options
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1765,6 +1765,7 @@ SpriteMorph.prototype.blockTemplates = function (category) { blocks.push(block('playSound')); blocks.push(block('doPlaySoundUntilDone')); blocks.push(block('doStopAllSounds')); + blocks.push('-'); blocks.push(block('doSetVolume')); blocks.push(watcherToggle('reportVolume')); blocks.push(block('reportVolume')); |
