File tree 3 files changed +53
-0
lines changed
src/lib/libraries/extensions
3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ import jwXmlExtensionIcon from './penguinmod/extensions/xml.png';
74
74
75
75
import jwStructsExtensionIcon from './penguinmod/extensions/ooplogo.png' ;
76
76
77
+ import jwArrayExtensionThumb from './penguinmod/extensions/jwArray.svg' ;
78
+ import jwTargetsExtensionThumb from './penguinmod/extensions/jwTargets.svg' ;
79
+
77
80
import iygPerlinNoiseExtensionIcon from './penguinmod/extensions/perlinnoisebanner.png' ;
78
81
79
82
// thank yo godslayerakp for makin pmCamera :good:
@@ -850,6 +853,24 @@ const menuItems = [
850
853
description : 'Run your own custom code written in JavaScript!' ,
851
854
featured : true
852
855
} ,
856
+ {
857
+ name : 'Arrays' ,
858
+ extensionId : 'jwArray' ,
859
+ iconURL : jwArrayExtensionThumb ,
860
+ tags : [ 'penguinmod' , 'datamgmt' ] ,
861
+ description : 'Store data efficiently in multi-purpose arrays.' ,
862
+ extDeveloper : 'jwklong' ,
863
+ featured : true
864
+ } ,
865
+ {
866
+ name : 'Targets' ,
867
+ extensionId : 'jwTargets' ,
868
+ iconURL : jwTargetsExtensionThumb ,
869
+ tags : [ 'penguinmod' ] ,
870
+ description : 'Direct access to sprites and their clones.' ,
871
+ extDeveloper : 'jwklong' ,
872
+ featured : true
873
+ } ,
853
874
{
854
875
name : 'micro:bit' ,
855
876
extensionId : 'microbit' ,
You can’t perform that action at this time.
0 commit comments