Skip to content

Commit 4579943

Browse files
authored
Update index.jsx
1 parent 21eede0 commit 4579943

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
138138
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
139139
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg';
140140
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
141+
import sharkpoolPEIcon from './penguinmod/extensions/particleEngine.svg';
141142
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg';
142143

143144
// events
@@ -447,6 +448,15 @@ const menuItems = [
447448
description: 'Blocks for handling JSON objects and Arrays.',
448449
featured: true
449450
},
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+
},
450460
{
451461
name: 'Custom Styles',
452462
extensionId: 'shovelcss',

0 commit comments

Comments
 (0)