init
This commit is contained in:
94
scratch-gui/src/addons/addons.js
Normal file
94
scratch-gui/src/addons/addons.js
Normal file
@@ -0,0 +1,94 @@
|
||||
// This file is only used by pull.js to generate files. It is not used at runtime.
|
||||
|
||||
const addons = [
|
||||
'cat-blocks',
|
||||
'editor-devtools',
|
||||
'find-bar',
|
||||
'middle-click-popup',
|
||||
'jump-to-def',
|
||||
'reorder-custom-inputs',
|
||||
'editor-searchable-dropdowns',
|
||||
'data-category-tweaks-v2',
|
||||
'block-palette-icons',
|
||||
'hide-flyout',
|
||||
'mediarecorder',
|
||||
'drag-drop',
|
||||
'debugger',
|
||||
'pause',
|
||||
'mute-project',
|
||||
'vol-slider',
|
||||
'clones',
|
||||
'mouse-pos',
|
||||
'color-picker',
|
||||
'remove-sprite-confirm',
|
||||
'block-count',
|
||||
'onion-skinning',
|
||||
'paint-snap',
|
||||
'default-costume-editor-color',
|
||||
'bitmap-copy',
|
||||
'2d-color-picker',
|
||||
'paint-skew',
|
||||
'better-img-uploads',
|
||||
'pick-colors-from-stage',
|
||||
'custom-block-shape',
|
||||
'editor-square-inputs',
|
||||
'zebra-striping',
|
||||
'editor-compact',
|
||||
'custom-menu-bar',
|
||||
'editor-theme3',
|
||||
'custom-block-text',
|
||||
'editor-colored-context-menus',
|
||||
'editor-stage-left',
|
||||
'editor-buttons-reverse-order',
|
||||
'variable-manager',
|
||||
'search-sprites',
|
||||
'sprite-properties',
|
||||
'gamepad',
|
||||
'editor-sounds',
|
||||
'folders',
|
||||
'block-switching',
|
||||
'load-extensions',
|
||||
'custom-zoom',
|
||||
'copy-reporter',
|
||||
'initialise-sprite-position',
|
||||
'blocks2image',
|
||||
'remove-curved-stage-border',
|
||||
'transparent-orphans',
|
||||
'paint-by-default',
|
||||
'block-cherry-picking',
|
||||
'hide-new-variables',
|
||||
'editor-extra-keys',
|
||||
'hide-delete-button',
|
||||
'no-script-bumping',
|
||||
'disable-stage-drag-select',
|
||||
'move-to-top-bottom',
|
||||
'move-to-top-layer',
|
||||
'disable-paste-offset',
|
||||
'block-duplicate',
|
||||
'rename-broadcasts',
|
||||
'swap-local-global',
|
||||
'editor-comment-previews',
|
||||
'columns',
|
||||
'number-pad',
|
||||
'editor-number-arrow-keys',
|
||||
'expanded-backpack',
|
||||
'script-snap',
|
||||
'fullscreen',
|
||||
'hide-stage',
|
||||
'tw-straighten-comments',
|
||||
'tw-remove-backpack',
|
||||
'tw-remove-feedback',
|
||||
'tw-disable-cloud-variables',
|
||||
'tw-disable-compiler',
|
||||
'editor-stepping'
|
||||
];
|
||||
|
||||
const newAddons = [
|
||||
'expanded-backpack'
|
||||
];
|
||||
|
||||
// eslint-disable-next-line import/no-commonjs
|
||||
module.exports = {
|
||||
addons,
|
||||
newAddons
|
||||
};
|
||||
Reference in New Issue
Block a user