File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
162162import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg' ;
163163import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg' ;
164164import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg' ;
165+ import sharkpoolPEIcon from './penguinmod/extensions/particleEngine.svg' ;
165166import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
166167
167168// events
@@ -893,6 +894,15 @@ const menuItems = [
893894 description : 'Blocks for handling JSON objects and Arrays.' ,
894895 featured : true
895896 } ,
897+ {
898+ name : 'Particle Engine' ,
899+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Particle-Engine.js' ,
900+ iconURL : sharkpoolPEIcon ,
901+ tags : [ 'penguinmod' , 'graphics' ] ,
902+ description : 'Create powerful Particle Engines without Clones' ,
903+ extDeveloper : 'SharkPool' ,
904+ featured : true
905+ } ,
896906 {
897907 name : 'Custom Styles' ,
898908 extensionId : 'shovelcss' ,
You can’t perform that action at this time.
0 commit comments