Skip to content

Commit a1bd8c8

Browse files
Merge remote-tracking branch 'pm/develop' into merge-upstream
2 parents 5391e12 + 48cc4d6 commit a1bd8c8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg';
162162
import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg';
163163
import sharkpoolMBPIcon from './penguinmod/extensions/myBlocksPlus.svg';
164164
import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
165+
import sharkpoolPEIcon from './penguinmod/extensions/particleEngine.svg';
165166
import 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',

0 commit comments

Comments
 (0)