Skip to content
Snippets Groups Projects
Commit bdae47ac authored by Ken's avatar Ken Committed by GitHub
Browse files

Add glideto menu

parent f017ed72
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,14 @@ export default function (vm) {
this.jsonInit(json);
};
ScratchBlocks.Blocks.motion_glideto_menu.init = function () {
const json = jsonForMenuBlock('TO', spriteMenu, motionColors, [
['mouse-pointer', '_mouse_'],
['random position', '_random_']
]);
this.jsonInit(json);
};
ScratchBlocks.Blocks.sensing_of_object_menu.init = function () {
const json = jsonForMenuBlock('OBJECT', spriteMenu, sensingColors, [
['Stage', '_stage_']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment