File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/lib/libraries/extensions Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ import cursorThumb from './penguinmod/extensions/cursor.svg';
99
99
100
100
// LilyMakesThings 🙏
101
101
// import lmsMcUtilsIcon from './penguinmod/extensions/mcutils.png';
102
+ import lilyTempVariablesExtensionIcon from './penguinmod/orgtw/TempVariables2.svg' ;
102
103
103
104
// more icons so they arent just red when the extension color is not red
104
105
import gsaTempVariablesExtensionIcon from './penguinmod/extensions/tempvariables.svg' ;
@@ -500,6 +501,16 @@ const menuItems = [
500
501
credits : 'LilyMakesThings' ,
501
502
featured : true
502
503
} ,
504
+ {
505
+ name : 'TurboWarp Temporary Variables' ,
506
+ extensionId : 'lmsTempVars2' ,
507
+ iconURL : lilyTempVariablesExtensionIcon ,
508
+ tags : [ 'turbowarp' ] ,
509
+ description : 'Create disposable runtime or thread variables.' ,
510
+ insetIconURL : turbowarpIcon ,
511
+ credits : 'LilyMakesThings' ,
512
+ featured : true
513
+ } ,
503
514
{
504
515
name : 'Runtime Modifications' ,
505
516
extensionId : 'jgRuntime' ,
You can’t perform that action at this time.
0 commit comments