@@ -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,19 @@ 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' ,
563
+ extraLabels : [
564
+ {
565
+ name : "Inspired by" ,
566
+ value : "\"Skins\" by LilyMakesThings"
567
+ }
568
+ ] ,
561
569
featured : true ,
562
- twDeveloper : 'LilyMakesThings '
570
+ credits : 'SharkPool '
563
571
} ,
564
572
{
565
573
name : 'Multiple Timers' ,
@@ -575,8 +583,7 @@ const menuItems = [
575
583
extensionId : 'tempVars' ,
576
584
iconURL : gsaTempVariablesExtensionIcon ,
577
585
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' ,
586
+ description : 'Create temporary variables for use in one block stack.' ,
580
587
featured : true
581
588
} ,
582
589
{
@@ -601,7 +608,7 @@ const menuItems = [
601
608
{
602
609
name : 'Font Manager' ,
603
610
extensionId : 'https://extensions.penguinmod.com/extensions/SharkPool/Font-Manager.js' ,
604
- iconURL : 'https://extensions.penguinmod.com/images/SharkPool/Font-Manager.svg' ,
611
+ iconURL : spFontManagerIcon ,
605
612
tags : [ 'penguinmod' , 'graphics' ] ,
606
613
description : 'Manage, create, and delete fonts.' ,
607
614
credits : 'SharkPool, Ashimee' ,
@@ -664,7 +671,7 @@ const menuItems = [
664
671
extDeveloper : 'pinksheep2917' ,
665
672
featured : true
666
673
} ,
667
- /*{ i dont like this extension anymore it kinda sucks
674
+ /*DEPRECATED {
668
675
name: 'Extra Mathematics',
669
676
extensionId: 'https://extensions.penguinmod.com/extensions/jwklong/mathematics.js',
670
677
iconURL: 'https://extensions.penguinmod.com/images/jwklong/mathematics.png',
@@ -699,15 +706,15 @@ const menuItems = [
699
706
description : 'Blocks for specific use-cases or major convenience.' ,
700
707
featured : true
701
708
} ,
702
- {
709
+ /*DEPRECATED {
703
710
name: 'Odd Messages',
704
711
extensionId: 'oddMessage',
705
712
tags: ['penguinmod'],
706
713
iconURL: silvxrcatOddMessagesExtensionIcon,
707
714
description: 'For logging and variable utilization.',
708
715
featured: true,
709
716
extDeveloper: 'silvxrcat'
710
- } ,
717
+ },*/
711
718
{
712
719
name : 'HTML iframe Elements' ,
713
720
extensionId : 'jgIframe' ,
0 commit comments