File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
138
138
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg' ;
139
139
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg' ;
140
140
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg' ;
141
+ import sharkpoolPEIcon from './penguinmod/extensions/particleEngine.svg' ;
141
142
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
142
143
143
144
// events
@@ -447,6 +448,15 @@ const menuItems = [
447
448
description : 'Blocks for handling JSON objects and Arrays.' ,
448
449
featured : true
449
450
} ,
451
+ {
452
+ name : 'Particle Engine' ,
453
+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Particle-Engine.js' ,
454
+ iconURL : sharkpoolPEIcon ,
455
+ tags : [ 'penguinmod' , 'graphics' ] ,
456
+ description : 'Create powerful Particle Engines without Clones' ,
457
+ extDeveloper : 'SharkPool' ,
458
+ featured : true
459
+ } ,
450
460
{
451
461
name : 'Custom Styles' ,
452
462
extensionId : 'shovelcss' ,
You can’t perform that action at this time.
0 commit comments