@@ -150,6 +150,9 @@ import sharkpoolBCIcon from './penguinmod/extensions/BetterComments.svg';
150
150
import sharkpoolPEIcon from './penguinmod/extensions/particleEngine.svg' ;
151
151
import jgScriptsExtensionIcon from './penguinmod/extensions/scripts.svg' ;
152
152
import sharkpoolLooksExpandedIcon from './penguinmod/extensions/looksExpanded.svg' ;
153
+ import spTurboSkinsIcon from './penguinmod/extensions/turboSkins.svg' ;
154
+ import spFontManagerIcon from './penguinmod/extensions/fontManager.svg' ;
155
+ import spSoundWaveIcon from './penguinmod/extensions/soundWaves.svg' ;
153
156
154
157
// events
155
158
import jgStorageExtensionIcon from './penguinmod/extensions/storage.png' ;
@@ -382,7 +385,7 @@ const menuItems = [
382
385
{
383
386
name : 'Sound Waves' ,
384
387
extensionId : 'https://extensions.penguinmod.com/extensions/SharkPool/Sound-Waves.js' ,
385
- iconURL : 'https://extensions.penguinmod.com/images/SharkPool/Sound-Waves.svg' ,
388
+ iconURL : spSoundWaveIcon ,
386
389
tags : [ 'penguinmod' , 'noisemaker' ] ,
387
390
description : 'Make sounds with oscillators!' ,
388
391
extDeveloper : 'SharkPool' ,
@@ -552,14 +555,13 @@ const menuItems = [
552
555
twDeveloper : 'LilyMakesThings'
553
556
} ,
554
557
{
555
- name : 'Skins' ,
556
- extensionId : 'https://extensions.turbowarp.org/Lily/Skins.js' ,
557
- tags : [ 'turbowarp' , 'graphics' ] ,
558
- iconURL : 'https://extensions.turbowarp.org/images/Lily/Skins.svg' ,
559
- insetIconURL : turbowarpIcon ,
560
- description : 'Have your sprites show themselves as other images or costumes.' ,
558
+ name : 'Turbo Skins' ,
559
+ extensionId : 'https://sharkpools-extensions.vercel.app/extension-code/Turbo-Skins.js' ,
560
+ tags : [ 'penguinmod' , 'graphics' ] ,
561
+ iconURL : spTurboSkinsIcon ,
562
+ description : 'Display sprites with various images or costumes and control their hitboxes' ,
561
563
featured : true ,
562
- twDeveloper : 'LilyMakesThings '
564
+ credits : 'SharkPool '
563
565
} ,
564
566
{
565
567
name : 'Multiple Timers' ,
@@ -575,8 +577,7 @@ const menuItems = [
575
577
extensionId : 'tempVars' ,
576
578
iconURL : gsaTempVariablesExtensionIcon ,
577
579
tags : [ 'penguinmod' ] ,
578
- description : 'Create variables for use in one block stack. Useful to not clutter the variable list with variables you only use once.' ,
579
- credits : 'LilyMakesThings' ,
580
+ description : 'Create temporary variables for use in one block stack.' ,
580
581
featured : true
581
582
} ,
582
583
{
@@ -601,7 +602,7 @@ const menuItems = [
601
602
{
602
603
name : 'Font Manager' ,
603
604
extensionId : 'https://extensions.penguinmod.com/extensions/SharkPool/Font-Manager.js' ,
604
- iconURL : 'https://extensions.penguinmod.com/images/SharkPool/Font-Manager.svg' ,
605
+ iconURL : spFontManagerIcon ,
605
606
tags : [ 'penguinmod' , 'graphics' ] ,
606
607
description : 'Manage, create, and delete fonts.' ,
607
608
credits : 'SharkPool, Ashimee' ,
@@ -664,7 +665,7 @@ const menuItems = [
664
665
extDeveloper : 'pinksheep2917' ,
665
666
featured : true
666
667
} ,
667
- /*{ i dont like this extension anymore it kinda sucks
668
+ /*DEPRECATED {
668
669
name: 'Extra Mathematics',
669
670
extensionId: 'https://extensions.penguinmod.com/extensions/jwklong/mathematics.js',
670
671
iconURL: 'https://extensions.penguinmod.com/images/jwklong/mathematics.png',
@@ -699,15 +700,15 @@ const menuItems = [
699
700
description : 'Blocks for specific use-cases or major convenience.' ,
700
701
featured : true
701
702
} ,
702
- {
703
+ /*DEPRECATED {
703
704
name: 'Odd Messages',
704
705
extensionId: 'oddMessage',
705
706
tags: ['penguinmod'],
706
707
iconURL: silvxrcatOddMessagesExtensionIcon,
707
708
description: 'For logging and variable utilization.',
708
709
featured: true,
709
710
extDeveloper: 'silvxrcat'
710
- } ,
711
+ },*/
711
712
{
712
713
name : 'HTML iframe Elements' ,
713
714
extensionId : 'jgIframe' ,
0 commit comments