File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
135
135
136
136
// sharkpool
137
137
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.svg' ;
138
+ import sharkpoolTuneIcon from './penguinmod/extensions/tuneShark.svg' ;
138
139
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
139
140
140
141
// events
@@ -356,6 +357,14 @@ const menuItems = [
356
357
description : 'An audio grouping system for more intensive audio work.' ,
357
358
featured : true
358
359
} ,
360
+ {
361
+ name : 'Tune Shark V3' ,
362
+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Tune-Shark-V3.js' ,
363
+ iconURL : sharkpoolTuneIcon ,
364
+ tags : [ 'penguinmod' , 'categoryexpansion' , 'noisemaker' ] ,
365
+ description : 'Advanced audio engine with complex sound control, multiple audio effects and more!' ,
366
+ featured : true
367
+ } ,
359
368
{
360
369
name : 'Sound Waves' ,
361
370
extensionId : 'https://extensions.penguinmod.com/extensions/SharkPool/Sound-Waves.js' ,
You can’t perform that action at this time.
0 commit comments