File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ import jwArrayExtensionThumb from './penguinmod/extensions/jwArray.svg';
80
80
import jwTargetsExtensionThumb from './penguinmod/extensions/jwTargets.svg' ;
81
81
import jwNumExtensionThumb from './penguinmod/extensions/jwNum.svg' ;
82
82
import jwColorExtensionThumb from './penguinmod/extensions/jwColor.svg' ;
83
+ import jwVectorExtensionThumb from './penguinmod/extensions/jwVector.svg' ;
83
84
84
85
import iygPerlinNoiseExtensionIcon from './penguinmod/extensions/perlinnoisebanner.png' ;
85
86
@@ -904,6 +905,15 @@ const menuItems = [
904
905
extDeveloper : 'jwklong' ,
905
906
featured : true
906
907
} ,
908
+ {
909
+ name : 'Vector' ,
910
+ extensionId : 'jwVector' ,
911
+ iconURL : jwVectorExtensionThumb ,
912
+ tags : [ 'penguinmod' ] ,
913
+ description : 'Vector type for calculating with X and Y coordinates.' ,
914
+ extDeveloper : 'jwklong' ,
915
+ featured : true
916
+ } ,
907
917
{
908
918
name : 'micro:bit' ,
909
919
extensionId : 'microbit' ,
You can’t perform that action at this time.
0 commit comments