online加声音目录
This commit is contained in:
11
boards/default_src/python_pyodide/blocks/sound/volume/get.js
Normal file
11
boards/default_src/python_pyodide/blocks/sound/volume/get.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as Blockly from 'blockly/core';
|
||||
|
||||
export const sound_volume_get = {
|
||||
init: function() {
|
||||
this.setColour('#acc159');
|
||||
this.appendDummyInput()
|
||||
.appendField(Blockly.Msg.MIXLY_catSoundSOUND_VOLUME_GET);
|
||||
this.setOutput(true, "Volume");
|
||||
this.setTooltip(Blockly.Msg.MIXLY_SOUND_VOLUME_GET_TOOLTIP);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user